Html Css Color HEX #C92014 Harley Davidson Orange
📋 copy color: '#C92014'red 201 ◦ green 32 ◦ blue 20
Shades of Harley Davidson Orange #C92014
Tints of Harley Davidson Orange #C92014
RGB
CMYK
RGB Variations
Color information
#C92014 (or 0xC92014) is known color: Harley Davidson Orange. HEX triplet: C9, 20 and 14. RGB value is (201,32,20). Sum of RGB (Red+Green+Blue) = 201+32+20=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 32 (12.89% from 255 or 12.65% from 253); Blue value is 20 (8.20% from 255 or 7.91% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C92014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92014 is #36DFEB. Grayscale: #515151. Windows color (decimal): -3596268 or 1319113. OLE color: 1319113.
HSL color Cylindrical-coordinate representation of color #C92014: hue angle of 3.98º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C92014 is Cyan = 0, Magento = 0.84, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 32 | 20 | - |
| CMYK | 0 | 0.84 | 0.90 | 0.21 |
| HSL | 3.98º | 0.82% | 0.43% | - |
| HSV(B) | 3.98º | 0.9% | 0.79% | - |
| XYZ | 24.73 | 13.5 | 1.96 | - |
| YUV | 81.16 | 93.49 | 213.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 32 | 20 | 0 | 0.84 | 0.90 | 0.21 | 3.98 | 0.82 | 0.43 |
| Hex | C9 | 20 | 14 | 0 | 54 | 5A | 15 | 4 | 52 | 2B |
| Octal | 311 | 40 | 24 | 0 | 124 | 132 | 25 | 4 | 122 | 53 |
| Binary | 11001001 | 100000 | 10100 | 0 | 1010100 | 1011010 | 10101 | 100 | 1010010 | 101011 |
Color Harmonies of #C92014
Complementary color
Monochromatic Colors of #C92014
Black with #C92014
Text Example
Text Example
White with #C92014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92014; }
p { color: rgb(201,32,20); }
H1.HeaderClassName
{
color: #C92014;
}
.AnyTagClassName
{
color: #C92014;
}
</style>
background-color css
<style>
a { background-color: #C92014; }
a { background-color: rgb(201,32,20); }
div.DivClassName
{
background-color: #C92014;
}
.BgClassName
{
background-color: #C92014;
}
</style>
border-color css
<style>
span { border-color: #C92014; }
span { border-color: rgb(201,32,20); }
td.TdClassName
{
border-color: #C92014;
}
.TagClassName
{
border-color: #C92014;
}
</style>