#c12002

Color #C12002 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C12002

Tints of Harley Davidson Orange #C12002

Color information

#C12002 (or 0xC12002) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 20 and 02. RGB value is (193,32,2). Sum of RGB (Red+Green+Blue) = 193+32+2=227 (30% of max value = 765). Red value is 193 (75.78% from 255 or 85.02% from 227); Green value is 32 (12.89% from 255 or 14.10% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 193 - color contains mainly: red. Hex color #C12002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12002 is #3EDFFD. Grayscale: #4D4D4D. Windows color (decimal): -4120574 or 139457. OLE color: 139457.

HSL color Cylindrical-coordinate representation of color #C12002: hue angle of 9.42º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C12002 is Cyan = 0, Magento = 0.83, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB193322-
CMYK00.830.990.24
HSL9.42º97.95%38.24%-
HSV(B)9.42º98.96%75.69%-
XYZ22.5212.371.26-
YUV76.7285.84210.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 85.02%
GREEN value IS 32 (12.89% from 255) = 14.10%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=85.02%
G=14.10%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19332200.830.990.249.4297.9538.24
HexC1202053631896226
Octal3014020123143301114246
Binary11000001100000100101001111000111100010011100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c12002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c12002; }

 p { color: rgb(193,32,2); }

 H1.HeaderClassName
 {
   color: #c12002;
 }
 .AnyTagClassName
 {
   color: #c12002;
 }
</style>
background-color css

<style>
 a { background-color: #c12002; }

 a { background-color: rgb(193,32,2); }

 div.DivClassName
 {
   background-color: #c12002;
 }
 .BgClassName
 {
   background-color: #c12002;
 }
</style>
border-color css

<style>
 span { border-color: #c12002; }

 span { border-color: rgb(193,32,2); }

 td.TdClassName
 {
   border-color: #c12002;
 }
 .TagClassName
 {
   border-color: #c12002;
 }
</style>