#C91B0F

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

Shades of Harley Davidson Orange #C91B0F

Tints of Harley Davidson Orange #C91B0F

Color information

#C91B0F (or 0xC91B0F) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 1B and 0F. RGB value is (201,27,15). Sum of RGB (Red+Green+Blue) = 201+27+15=243 (32% of max value = 765). Red value is 201 (78.91% from 255 or 82.72% from 243); Green value is 27 (10.94% from 255 or 11.11% from 243); Blue value is 15 (6.25% from 255 or 6.17% from 243); Max value from RGB is 201 - color contains mainly: red. Hex color #C91B0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C91B0F is #36E4F0. Grayscale: #4D4D4D. Windows color (decimal): -3597553 or 990153. OLE color: 990153.

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

Color convert

RGB2012715-
CMYK00.870.930.21
HSL3.87º86.11%42.35%-
HSV(B)3.87º92.54%78.82%-
XYZ24.5713.241.71-
YUV77.6692.65215.98-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 82.72%
GREEN value IS 27 (10.94% from 255) = 11.11%
BLUE value IS 15 (6.25% from 255) = 6.17%
R=82.72%
G=11.11%
B=6.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201271500.870.930.213.8786.1142.35
HexC91BF0575D154562a
Octal3113317012713525412652
Binary11001001110111111010101111011101101011001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C91B0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C91B0F; }

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

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

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

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

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

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

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

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