Html Css Color HEX #C92005 Harley Davidson Orange
📋 copy color: '#C92005'red 201 ◦ green 32 ◦ blue 5
Shades of Harley Davidson Orange #C92005
Tints of Harley Davidson Orange #C92005
RGB
CMYK
RGB Variations
Color information
#C92005 (or 0xC92005) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 05. RGB value is (201,32,5). Sum of RGB (Red+Green+Blue) = 201+32+5=238 (31% of max value = 765). Red value is 201 (78.91% from 255 or 84.45% from 238); Green value is 32 (12.89% from 255 or 13.45% from 238); Blue value is 5 (2.34% from 255 or 2.10% from 238); Max value from RGB is 201 - color contains mainly: red. Hex color #C92005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92005 is #36DFFA. Grayscale: #4F4F4F. Windows color (decimal): -3596283 or 336073. OLE color: 336073.
HSL color Cylindrical-coordinate representation of color #C92005: hue angle of 8.27º 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 #C92005 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 5 | - |
| CMYK | 0 | 0.84 | 0.98 | 0.21 |
| HSL | 8.27º | 0.95% | 0.4% | - |
| HSV(B) | 8.27º | 0.98% | 0.79% | - |
| XYZ | 24.63 | 13.46 | 1.44 | - |
| YUV | 79.45 | 85.99 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 5 | 0 | 0.84 | 0.98 | 0.21 | 8.27 | 0.95 | 0.4 |
| Hex | C9 | 20 | 5 | 0 | 54 | 62 | 15 | 8 | 5F | 28 |
| Octal | 311 | 40 | 5 | 0 | 124 | 142 | 25 | 10 | 137 | 50 |
| Binary | 11001001 | 100000 | 101 | 0 | 1010100 | 1100010 | 10101 | 1000 | 1011111 | 101000 |
Color Harmonies of #C92005
Complementary color
Monochromatic Colors of #C92005
Black with #C92005
Text Example
Text Example
White with #C92005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92005; }
p { color: rgb(201,32,5); }
H1.HeaderClassName
{
color: #C92005;
}
.AnyTagClassName
{
color: #C92005;
}
</style>
background-color css
<style>
a { background-color: #C92005; }
a { background-color: rgb(201,32,5); }
div.DivClassName
{
background-color: #C92005;
}
.BgClassName
{
background-color: #C92005;
}
</style>
border-color css
<style>
span { border-color: #C92005; }
span { border-color: rgb(201,32,5); }
td.TdClassName
{
border-color: #C92005;
}
.TagClassName
{
border-color: #C92005;
}
</style>