Html Css Color HEX #C92A14 Harley Davidson Orange
📋 copy color: '#C92A14'red 201 ◦ green 42 ◦ blue 20
Shades of Harley Davidson Orange #C92A14
Tints of Harley Davidson Orange #C92A14
RGB
CMYK
RGB Variations
Color information
#C92A14 (or 0xC92A14) is known color: Harley Davidson Orange. HEX triplet: C9, 2A and 14. RGB value is (201,42,20). Sum of RGB (Red+Green+Blue) = 201+42+20=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 20 (8.20% from 255 or 7.60% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C92A14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92A14 is #36D5EB. Grayscale: #575757. Windows color (decimal): -3593708 or 1321673. OLE color: 1321673.
HSL color Cylindrical-coordinate representation of color #C92A14: hue angle of 7.29º 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 #C92A14 is Cyan = 0, Magento = 0.79, Yellow = 0.90 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 42 | 20 | - |
| CMYK | 0 | 0.79 | 0.90 | 0.21 |
| HSL | 7.29º | 0.82% | 0.43% | - |
| HSV(B) | 7.29º | 0.9% | 0.79% | - |
| XYZ | 25.04 | 14.12 | 2.07 | - |
| YUV | 87.03 | 90.18 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 42 | 20 | 0 | 0.79 | 0.90 | 0.21 | 7.29 | 0.82 | 0.43 |
| Hex | C9 | 2A | 14 | 0 | 4F | 5A | 15 | 7 | 52 | 2B |
| Octal | 311 | 52 | 24 | 0 | 117 | 132 | 25 | 7 | 122 | 53 |
| Binary | 11001001 | 101010 | 10100 | 0 | 1001111 | 1011010 | 10101 | 111 | 1010010 | 101011 |
Color Harmonies of #C92A14
Complementary color
Monochromatic Colors of #C92A14
Black with #C92A14
Text Example
Text Example
White with #C92A14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92A14; }
p { color: rgb(201,42,20); }
H1.HeaderClassName
{
color: #C92A14;
}
.AnyTagClassName
{
color: #C92A14;
}
</style>
background-color css
<style>
a { background-color: #C92A14; }
a { background-color: rgb(201,42,20); }
div.DivClassName
{
background-color: #C92A14;
}
.BgClassName
{
background-color: #C92A14;
}
</style>
border-color css
<style>
span { border-color: #C92A14; }
span { border-color: rgb(201,42,20); }
td.TdClassName
{
border-color: #C92A14;
}
.TagClassName
{
border-color: #C92A14;
}
</style>