Html Css Color HEX #C92B04 Harley Davidson Orange
📋 copy color: '#C92B04'red 201 ◦ green 43 ◦ blue 4
Shades of Harley Davidson Orange #C92B04
Tints of Harley Davidson Orange #C92B04
RGB
CMYK
RGB Variations
Color information
#C92B04 (or 0xC92B04) is known color: Harley Davidson Orange. HEX triplet: C9, 2B and 04. RGB value is (201,43,4). Sum of RGB (Red+Green+Blue) = 201+43+4=248 (32% of max value = 765). Red value is 201 (78.91% from 255 or 81.05% from 248); Green value is 43 (17.19% from 255 or 17.34% from 248); Blue value is 4 (1.95% from 255 or 1.61% from 248); Max value from RGB is 201 - color contains mainly: red. Hex color #C92B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92B04 is #36D4FB. Grayscale: #565656. Windows color (decimal): -3593468 or 273353. OLE color: 273353.
HSL color Cylindrical-coordinate representation of color #C92B04: hue angle of 11.88º 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 #C92B04 is Cyan = 0, Magento = 0.79, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 43 | 4 | - |
| CMYK | 0 | 0.79 | 0.98 | 0.21 |
| HSL | 11.88º | 0.96% | 0.4% | - |
| HSV(B) | 11.88º | 0.98% | 0.79% | - |
| XYZ | 24.97 | 14.15 | 1.53 | - |
| YUV | 85.8 | 81.85 | 210.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 43 | 4 | 0 | 0.79 | 0.98 | 0.21 | 11.88 | 0.96 | 0.4 |
| Hex | C9 | 2B | 4 | 0 | 4F | 62 | 15 | C | 60 | 28 |
| Octal | 311 | 53 | 4 | 0 | 117 | 142 | 25 | 14 | 140 | 50 |
| Binary | 11001001 | 101011 | 100 | 0 | 1001111 | 1100010 | 10101 | 1100 | 1100000 | 101000 |
Color Harmonies of #C92B04
Complementary color
Monochromatic Colors of #C92B04
Black with #C92B04
Text Example
Text Example
White with #C92B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92B04; }
p { color: rgb(201,43,4); }
H1.HeaderClassName
{
color: #C92B04;
}
.AnyTagClassName
{
color: #C92B04;
}
</style>
background-color css
<style>
a { background-color: #C92B04; }
a { background-color: rgb(201,43,4); }
div.DivClassName
{
background-color: #C92B04;
}
.BgClassName
{
background-color: #C92B04;
}
</style>
border-color css
<style>
span { border-color: #C92B04; }
span { border-color: rgb(201,43,4); }
td.TdClassName
{
border-color: #C92B04;
}
.TagClassName
{
border-color: #C92B04;
}
</style>