#C12A09

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

Shades of Harley Davidson Orange #C12A09

Tints of Harley Davidson Orange #C12A09

Color information

#C12A09 (or 0xC12A09) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 2A and 09. RGB value is (193,42,9). Sum of RGB (Red+Green+Blue) = 193+42+9=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 9 (3.91% from 255 or 3.69% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C12A09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12A09 is #3ED5F6. Grayscale: #535353. Windows color (decimal): -4118007 or 600769. OLE color: 600769.

HSL color Cylindrical-coordinate representation of color #C12A09: hue angle of 10.76º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C12A09 is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB193429-
CMYK00.780.950.24
HSL10.76º91.09%39.61%-
HSV(B)10.76º95.34%75.69%-
XYZ22.8713.011.56-
YUV83.3986.03206.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 79.10%
GREEN value IS 42 (16.80% from 255) = 17.21%
BLUE value IS 9 (3.91% from 255) = 3.69%
R=79.10%
G=17.21%
B=3.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.95
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19342900.780.950.2410.7691.0939.61
HexC12A904E5F18b5b28
Octal30152110116137301313350
Binary1100000110101010010100111010111111100010111011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12A09; }

 p { color: rgb(193,42,9); }

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

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

 a { background-color: rgb(193,42,9); }

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

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

 span { border-color: rgb(193,42,9); }

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