Html Css Color HEX #C92312 Harley Davidson Orange
📋 copy color: '#C92312'red 201 ◦ green 35 ◦ blue 18
Shades of Harley Davidson Orange #C92312
Tints of Harley Davidson Orange #C92312
RGB
CMYK
RGB Variations
Color information
#C92312 (or 0xC92312) is known color: Harley Davidson Orange. HEX triplet: C9, 23 and 12. RGB value is (201,35,18). Sum of RGB (Red+Green+Blue) = 201+35+18=254 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.13% from 254); Green value is 35 (14.06% from 255 or 13.78% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 201 - color contains mainly: red. Hex color #C92312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92312 is #36DCED. Grayscale: #525252. Windows color (decimal): -3595502 or 1188809. OLE color: 1188809.
HSL color Cylindrical-coordinate representation of color #C92312: hue angle of 5.57º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C92312 is Cyan = 0, Magento = 0.83, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 35 | 18 | - |
| CMYK | 0 | 0.83 | 0.91 | 0.21 |
| HSL | 5.57º | 0.84% | 0.43% | - |
| HSV(B) | 5.57º | 0.91% | 0.79% | - |
| XYZ | 24.8 | 13.66 | 1.9 | - |
| YUV | 82.7 | 91.5 | 212.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 35 | 18 | 0 | 0.83 | 0.91 | 0.21 | 5.57 | 0.84 | 0.43 |
| Hex | C9 | 23 | 12 | 0 | 53 | 5B | 15 | 6 | 54 | 2B |
| Octal | 311 | 43 | 22 | 0 | 123 | 133 | 25 | 6 | 124 | 53 |
| Binary | 11001001 | 100011 | 10010 | 0 | 1010011 | 1011011 | 10101 | 110 | 1010100 | 101011 |
Color Harmonies of #C92312
Complementary color
Monochromatic Colors of #C92312
Black with #C92312
Text Example
Text Example
White with #C92312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92312; }
p { color: rgb(201,35,18); }
H1.HeaderClassName
{
color: #C92312;
}
.AnyTagClassName
{
color: #C92312;
}
</style>
background-color css
<style>
a { background-color: #C92312; }
a { background-color: rgb(201,35,18); }
div.DivClassName
{
background-color: #C92312;
}
.BgClassName
{
background-color: #C92312;
}
</style>
border-color css
<style>
span { border-color: #C92312; }
span { border-color: rgb(201,35,18); }
td.TdClassName
{
border-color: #C92312;
}
.TagClassName
{
border-color: #C92312;
}
</style>