Html Css Color HEX #C92D04 Harley Davidson Orange
📋 copy color: '#C92D04'red 201 ◦ green 45 ◦ blue 4
Shades of Harley Davidson Orange #C92D04
Tints of Harley Davidson Orange #C92D04
RGB
CMYK
RGB Variations
Color information
#C92D04 (or 0xC92D04) is known color: Harley Davidson Orange. HEX triplet: C9, 2D and 04. RGB value is (201,45,4). Sum of RGB (Red+Green+Blue) = 201+45+4=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 45 (17.97% from 255 or 18% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92D04 is #36D2FB. Grayscale: #575757. Windows color (decimal): -3592956 or 273865. OLE color: 273865.
HSL color Cylindrical-coordinate representation of color #C92D04: hue angle of 12.49º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C92D04 is Cyan = 0, Magento = 0.78, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 4 | - |
| CMYK | 0 | 0.78 | 0.98 | 0.21 |
| HSL | 12.49º | 0.96% | 0.4% | - |
| HSV(B) | 12.49º | 0.98% | 0.79% | - |
| XYZ | 25.05 | 14.3 | 1.56 | - |
| YUV | 86.97 | 81.18 | 209.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 4 | 0 | 0.78 | 0.98 | 0.21 | 12.49 | 0.96 | 0.4 |
| Hex | C9 | 2D | 4 | 0 | 4E | 62 | 15 | C | 60 | 28 |
| Octal | 311 | 55 | 4 | 0 | 116 | 142 | 25 | 14 | 140 | 50 |
| Binary | 11001001 | 101101 | 100 | 0 | 1001110 | 1100010 | 10101 | 1100 | 1100000 | 101000 |
Color Harmonies of #C92D04
Complementary color
Monochromatic Colors of #C92D04
Black with #C92D04
Text Example
Text Example
White with #C92D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92D04; }
p { color: rgb(201,45,4); }
H1.HeaderClassName
{
color: #C92D04;
}
.AnyTagClassName
{
color: #C92D04;
}
</style>
background-color css
<style>
a { background-color: #C92D04; }
a { background-color: rgb(201,45,4); }
div.DivClassName
{
background-color: #C92D04;
}
.BgClassName
{
background-color: #C92D04;
}
</style>
border-color css
<style>
span { border-color: #C92D04; }
span { border-color: rgb(201,45,4); }
td.TdClassName
{
border-color: #C92D04;
}
.TagClassName
{
border-color: #C92D04;
}
</style>