Html Css Color HEX #C92205 Harley Davidson Orange
📋 copy color: '#C92205'red 201 ◦ green 34 ◦ blue 5
Shades of Harley Davidson Orange #C92205
Tints of Harley Davidson Orange #C92205
RGB
CMYK
RGB Variations
Color information
#C92205 (or 0xC92205) is known color: Harley Davidson Orange. HEX triplet: C9, 22 and 05. RGB value is (201,34,5). Sum of RGB (Red+Green+Blue) = 201+34+5=240 (31% of max value = 765). Red value is 201 (78.91% from 255 or 83.75% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 5 (2.34% from 255 or 2.08% from 240); Max value from RGB is 201 - color contains mainly: red. Hex color #C92205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92205 is #36DDFA. Grayscale: #505050. Windows color (decimal): -3595771 or 336585. OLE color: 336585.
HSL color Cylindrical-coordinate representation of color #C92205: hue angle of 8.88º degrees, saturation: 0.95, 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 #C92205 is Cyan = 0, Magento = 0.83, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 34 | 5 | - |
| CMYK | 0 | 0.83 | 0.98 | 0.21 |
| HSL | 8.88º | 0.95% | 0.4% | - |
| HSV(B) | 8.88º | 0.98% | 0.79% | - |
| XYZ | 24.69 | 13.57 | 1.46 | - |
| YUV | 80.63 | 85.33 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 34 | 5 | 0 | 0.83 | 0.98 | 0.21 | 8.88 | 0.95 | 0.4 |
| Hex | C9 | 22 | 5 | 0 | 53 | 62 | 15 | 9 | 5F | 28 |
| Octal | 311 | 42 | 5 | 0 | 123 | 142 | 25 | 11 | 137 | 50 |
| Binary | 11001001 | 100010 | 101 | 0 | 1010011 | 1100010 | 10101 | 1001 | 1011111 | 101000 |
Color Harmonies of #C92205
Complementary color
Monochromatic Colors of #C92205
Black with #C92205
Text Example
Text Example
White with #C92205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92205; }
p { color: rgb(201,34,5); }
H1.HeaderClassName
{
color: #C92205;
}
.AnyTagClassName
{
color: #C92205;
}
</style>
background-color css
<style>
a { background-color: #C92205; }
a { background-color: rgb(201,34,5); }
div.DivClassName
{
background-color: #C92205;
}
.BgClassName
{
background-color: #C92205;
}
</style>
border-color css
<style>
span { border-color: #C92205; }
span { border-color: rgb(201,34,5); }
td.TdClassName
{
border-color: #C92205;
}
.TagClassName
{
border-color: #C92205;
}
</style>