Html Css Color HEX #C92D0F Harley Davidson Orange
📋 copy color: '#C92D0F'red 201 ◦ green 45 ◦ blue 15
Shades of Harley Davidson Orange #C92D0F
Tints of Harley Davidson Orange #C92D0F
RGB
CMYK
RGB Variations
Color information
#C92D0F (or 0xC92D0F) is known color: Harley Davidson Orange. HEX triplet: C9, 2D and 0F. RGB value is (201,45,15). Sum of RGB (Red+Green+Blue) = 201+45+15=261 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.01% from 261); Green value is 45 (17.97% from 255 or 17.24% from 261); Blue value is 15 (6.25% from 255 or 5.75% from 261); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92D0F is #36D2F0. Grayscale: #585858. Windows color (decimal): -3592945 or 994761. OLE color: 994761.
HSL color Cylindrical-coordinate representation of color #C92D0F: hue angle of 9.68º 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 #C92D0F is Cyan = 0, Magento = 0.78, Yellow = 0.93 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 15 | - |
| CMYK | 0 | 0.78 | 0.93 | 0.21 |
| HSL | 9.68º | 0.86% | 0.42% | - |
| HSV(B) | 9.68º | 0.93% | 0.79% | - |
| XYZ | 25.11 | 14.33 | 1.89 | - |
| YUV | 88.22 | 86.68 | 208.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 15 | 0 | 0.78 | 0.93 | 0.21 | 9.68 | 0.86 | 0.42 |
| Hex | C9 | 2D | F | 0 | 4E | 5D | 15 | A | 56 | 2A |
| Octal | 311 | 55 | 17 | 0 | 116 | 135 | 25 | 12 | 126 | 52 |
| Binary | 11001001 | 101101 | 1111 | 0 | 1001110 | 1011101 | 10101 | 1010 | 1010110 | 101010 |
Color Harmonies of #C92D0F
Complementary color
Monochromatic Colors of #C92D0F
Black with #C92D0F
Text Example
Text Example
White with #C92D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92D0F; }
p { color: rgb(201,45,15); }
H1.HeaderClassName
{
color: #C92D0F;
}
.AnyTagClassName
{
color: #C92D0F;
}
</style>
background-color css
<style>
a { background-color: #C92D0F; }
a { background-color: rgb(201,45,15); }
div.DivClassName
{
background-color: #C92D0F;
}
.BgClassName
{
background-color: #C92D0F;
}
</style>
border-color css
<style>
span { border-color: #C92D0F; }
span { border-color: rgb(201,45,15); }
td.TdClassName
{
border-color: #C92D0F;
}
.TagClassName
{
border-color: #C92D0F;
}
</style>