Html Css Color HEX #C92908 Harley Davidson Orange
📋 copy color: '#C92908'red 201 ◦ green 41 ◦ blue 8
Shades of Harley Davidson Orange #C92908
Tints of Harley Davidson Orange #C92908
RGB
CMYK
RGB Variations
Color information
#C92908 (or 0xC92908) is known color: Harley Davidson Orange. HEX triplet: C9, 29 and 08. RGB value is (201,41,8). Sum of RGB (Red+Green+Blue) = 201+41+8=250 (33% of max value = 765). Red value is 201 (78.91% from 255 or 80.4% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 8 (3.52% from 255 or 3.2% from 250); Max value from RGB is 201 - color contains mainly: red. Hex color #C92908 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92908 is #36D6F7. Grayscale: #555555. Windows color (decimal): -3593976 or 534985. OLE color: 534985.
HSL color Cylindrical-coordinate representation of color #C92908: hue angle of 10.26º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C92908 is Cyan = 0, Magento = 0.80, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 41 | 8 | - |
| CMYK | 0 | 0.80 | 0.96 | 0.21 |
| HSL | 10.26º | 0.92% | 0.41% | - |
| HSV(B) | 10.26º | 0.96% | 0.79% | - |
| XYZ | 24.92 | 14.02 | 1.62 | - |
| YUV | 85.08 | 84.51 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 41 | 8 | 0 | 0.80 | 0.96 | 0.21 | 10.26 | 0.92 | 0.41 |
| Hex | C9 | 29 | 8 | 0 | 50 | 60 | 15 | A | 5C | 29 |
| Octal | 311 | 51 | 10 | 0 | 120 | 140 | 25 | 12 | 134 | 51 |
| Binary | 11001001 | 101001 | 1000 | 0 | 1010000 | 1100000 | 10101 | 1010 | 1011100 | 101001 |
Color Harmonies of #C92908
Complementary color
Monochromatic Colors of #C92908
Black with #C92908
Text Example
Text Example
White with #C92908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92908; }
p { color: rgb(201,41,8); }
H1.HeaderClassName
{
color: #C92908;
}
.AnyTagClassName
{
color: #C92908;
}
</style>
background-color css
<style>
a { background-color: #C92908; }
a { background-color: rgb(201,41,8); }
div.DivClassName
{
background-color: #C92908;
}
.BgClassName
{
background-color: #C92908;
}
</style>
border-color css
<style>
span { border-color: #C92908; }
span { border-color: rgb(201,41,8); }
td.TdClassName
{
border-color: #C92908;
}
.TagClassName
{
border-color: #C92908;
}
</style>