Html Css Color HEX #C92C18 Harley Davidson Orange
📋 copy color: '#C92C18'red 201 ◦ green 44 ◦ blue 24
Shades of Harley Davidson Orange #C92C18
Tints of Harley Davidson Orange #C92C18
RGB
CMYK
RGB Variations
Color information
#C92C18 (or 0xC92C18) is known color: Harley Davidson Orange. HEX triplet: C9, 2C and 18. RGB value is (201,44,24). Sum of RGB (Red+Green+Blue) = 201+44+24=269 (35% of max value = 765). Red value is 201 (78.91% from 255 or 74.72% from 269); Green value is 44 (17.58% from 255 or 16.36% from 269); Blue value is 24 (9.77% from 255 or 8.92% from 269); Max value from RGB is 201 - color contains mainly: red. Hex color #C92C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92C18 is #36D3E7. Grayscale: #585858. Windows color (decimal): -3593192 or 1584329. OLE color: 1584329.
HSL color Cylindrical-coordinate representation of color #C92C18: hue angle of 6.78º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C92C18 is Cyan = 0, Magento = 0.78, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 44 | 24 | - |
| CMYK | 0 | 0.78 | 0.88 | 0.21 |
| HSL | 6.78º | 0.79% | 0.44% | - |
| HSV(B) | 6.78º | 0.88% | 0.79% | - |
| XYZ | 25.15 | 14.28 | 2.3 | - |
| YUV | 88.66 | 91.51 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 44 | 24 | 0 | 0.78 | 0.88 | 0.21 | 6.78 | 0.79 | 0.44 |
| Hex | C9 | 2C | 18 | 0 | 4E | 58 | 15 | 7 | 4F | 2C |
| Octal | 311 | 54 | 30 | 0 | 116 | 130 | 25 | 7 | 117 | 54 |
| Binary | 11001001 | 101100 | 11000 | 0 | 1001110 | 1011000 | 10101 | 111 | 1001111 | 101100 |
Color Harmonies of #C92C18
Complementary color
Monochromatic Colors of #C92C18
Black with #C92C18
Text Example
Text Example
White with #C92C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92C18; }
p { color: rgb(201,44,24); }
H1.HeaderClassName
{
color: #C92C18;
}
.AnyTagClassName
{
color: #C92C18;
}
</style>
background-color css
<style>
a { background-color: #C92C18; }
a { background-color: rgb(201,44,24); }
div.DivClassName
{
background-color: #C92C18;
}
.BgClassName
{
background-color: #C92C18;
}
</style>
border-color css
<style>
span { border-color: #C92C18; }
span { border-color: rgb(201,44,24); }
td.TdClassName
{
border-color: #C92C18;
}
.TagClassName
{
border-color: #C92C18;
}
</style>