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