Html Css Color HEX #C92112 Harley Davidson Orange
📋 copy color: '#C92112'red 201 ◦ green 33 ◦ blue 18
Shades of Harley Davidson Orange #C92112
Tints of Harley Davidson Orange #C92112
RGB
CMYK
RGB Variations
Color information
#C92112 (or 0xC92112) is known color: Harley Davidson Orange. HEX triplet: C9, 21 and 12. RGB value is (201,33,18). Sum of RGB (Red+Green+Blue) = 201+33+18=252 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.76% from 252); Green value is 33 (13.28% from 255 or 13.10% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 201 - color contains mainly: red. Hex color #C92112 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92112 is #36DEED. Grayscale: #515151. Windows color (decimal): -3596014 or 1188297. OLE color: 1188297.
HSL color Cylindrical-coordinate representation of color #C92112: hue angle of 4.92º 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 #C92112 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 33 | 18 | - |
| CMYK | 0 | 0.84 | 0.91 | 0.21 |
| HSL | 4.92º | 0.84% | 0.43% | - |
| HSV(B) | 4.92º | 0.91% | 0.79% | - |
| XYZ | 24.74 | 13.55 | 1.88 | - |
| YUV | 81.52 | 92.16 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 33 | 18 | 0 | 0.84 | 0.91 | 0.21 | 4.92 | 0.84 | 0.43 |
| Hex | C9 | 21 | 12 | 0 | 54 | 5B | 15 | 5 | 54 | 2B |
| Octal | 311 | 41 | 22 | 0 | 124 | 133 | 25 | 5 | 124 | 53 |
| Binary | 11001001 | 100001 | 10010 | 0 | 1010100 | 1011011 | 10101 | 101 | 1010100 | 101011 |
Color Harmonies of #C92112
Complementary color
Monochromatic Colors of #C92112
Black with #C92112
Text Example
Text Example
White with #C92112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92112; }
p { color: rgb(201,33,18); }
H1.HeaderClassName
{
color: #C92112;
}
.AnyTagClassName
{
color: #C92112;
}
</style>
background-color css
<style>
a { background-color: #C92112; }
a { background-color: rgb(201,33,18); }
div.DivClassName
{
background-color: #C92112;
}
.BgClassName
{
background-color: #C92112;
}
</style>
border-color css
<style>
span { border-color: #C92112; }
span { border-color: rgb(201,33,18); }
td.TdClassName
{
border-color: #C92112;
}
.TagClassName
{
border-color: #C92112;
}
</style>