#C91B0C

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

Shades of Harley Davidson Orange #C91B0C

Tints of Harley Davidson Orange #C91B0C

Color information

#C91B0C (or 0xC91B0C) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 1B and 0C. RGB value is (201,27,12). Sum of RGB (Red+Green+Blue) = 201+27+12=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 27 (10.94% from 255 or 11.25% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91B0C is #36E4F3. Grayscale: #4D4D4D. Windows color (decimal): -3597556 or 793545. OLE color: 793545.

HSL color Cylindrical-coordinate representation of color #C91B0C: hue angle of 4.76º 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 #C91B0C is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB2012712-
CMYK00.870.940.21
HSL4.76º88.73%41.76%-
HSV(B)4.76º94.03%78.82%-
XYZ24.5513.231.61-
YUV77.3291.15216.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 83.75%
GREEN value IS 27 (10.94% from 255) = 11.25%
BLUE value IS 12 (5.08% from 255) = 5%
R=83.75%
G=11.25%
B=5%

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
Decimal201271200.870.940.214.7688.7341.76
HexC91BC0575E155592a
Octal3113314012713625513152
Binary11001001110111100010101111011110101011011011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91B0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91B0C; }

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

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

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

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

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

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

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

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