#C91A0C

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

Shades of Harley Davidson Orange #C91A0C

Tints of Harley Davidson Orange #C91A0C

Color information

#C91A0C (or 0xC91A0C) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 1A and 0C. RGB value is (201,26,12). Sum of RGB (Red+Green+Blue) = 201+26+12=239 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.10% from 239); Green value is 26 (10.55% from 255 or 10.88% from 239); Blue value is 12 (5.08% from 255 or 5.02% from 239); Max value from RGB is 201 - color contains mainly: red. Hex color #C91A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91A0C is #36E5F3. Grayscale: #4C4C4C. Windows color (decimal): -3597812 or 793289. OLE color: 793289.

HSL color Cylindrical-coordinate representation of color #C91A0C: hue angle of 4.44º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C91A0C is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2012612-
CMYK00.870.940.21
HSL4.44º88.73%41.76%-
HSV(B)4.44º94.03%78.82%-
XYZ24.5213.181.6-
YUV76.7391.48216.64-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 84.10%
GREEN value IS 26 (10.55% from 255) = 10.88%
BLUE value IS 12 (5.08% from 255) = 5.02%
R=84.10%
G=10.88%
B=5.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201261200.870.940.214.4488.7341.76
HexC91AC0575E154592a
Octal3113214012713625413152
Binary11001001110101100010101111011110101011001011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91A0C; }

 p { color: rgb(201,26,12); }

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

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

 a { background-color: rgb(201,26,12); }

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

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

 span { border-color: rgb(201,26,12); }

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