Html Css Color HEX #C92318 Harley Davidson Orange
📋 copy color: '#C92318'red 201 ◦ green 35 ◦ blue 24
Shades of Harley Davidson Orange #C92318
Tints of Harley Davidson Orange #C92318
RGB
CMYK
RGB Variations
Color information
#C92318 (or 0xC92318) is known color: Harley Davidson Orange. HEX triplet: C9, 23 and 18. RGB value is (201,35,24). Sum of RGB (Red+Green+Blue) = 201+35+24=260 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.31% from 260); Green value is 35 (14.06% from 255 or 13.46% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 201 - color contains mainly: red. Hex color #C92318 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92318 is #36DCE7. Grayscale: #535353. Windows color (decimal): -3595496 or 1582025. OLE color: 1582025.
HSL color Cylindrical-coordinate representation of color #C92318: hue angle of 3.73º 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 #C92318 is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 24 | - |
| CMYK | 0 | 0.83 | 0.88 | 0.21 |
| HSL | 3.73º | 0.79% | 0.44% | - |
| HSV(B) | 3.73º | 0.88% | 0.79% | - |
| XYZ | 24.85 | 13.69 | 2.2 | - |
| YUV | 83.38 | 94.5 | 211.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 24 | 0 | 0.83 | 0.88 | 0.21 | 3.73 | 0.79 | 0.44 |
| Hex | C9 | 23 | 18 | 0 | 53 | 58 | 15 | 4 | 4F | 2C |
| Octal | 311 | 43 | 30 | 0 | 123 | 130 | 25 | 4 | 117 | 54 |
| Binary | 11001001 | 100011 | 11000 | 0 | 1010011 | 1011000 | 10101 | 100 | 1001111 | 101100 |
Color Harmonies of #C92318
Complementary color
Monochromatic Colors of #C92318
Black with #C92318
Text Example
Text Example
White with #C92318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92318; }
p { color: rgb(201,35,24); }
H1.HeaderClassName
{
color: #C92318;
}
.AnyTagClassName
{
color: #C92318;
}
</style>
background-color css
<style>
a { background-color: #C92318; }
a { background-color: rgb(201,35,24); }
div.DivClassName
{
background-color: #C92318;
}
.BgClassName
{
background-color: #C92318;
}
</style>
border-color css
<style>
span { border-color: #C92318; }
span { border-color: rgb(201,35,24); }
td.TdClassName
{
border-color: #C92318;
}
.TagClassName
{
border-color: #C92318;
}
</style>