Html Css Color HEX #C92F20 Harley Davidson Orange
📋 copy color: '#C92F20'red 201 ◦ green 47 ◦ blue 32
Shades of Harley Davidson Orange #C92F20
Tints of Harley Davidson Orange #C92F20
RGB
CMYK
RGB Variations
Color information
#C92F20 (or 0xC92F20) is known color: Harley Davidson Orange. HEX triplet: C9, 2F and 20. RGB value is (201,47,32). Sum of RGB (Red+Green+Blue) = 201+47+32=280 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.79% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F20 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F20 is #36D0DF. Grayscale: #5B5B5B. Windows color (decimal): -3592416 or 2109385. OLE color: 2109385.
HSL color Cylindrical-coordinate representation of color #C92F20: hue angle of 5.33º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C92F20 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 32 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.21 |
| HSL | 5.33º | 0.73% | 0.46% | - |
| HSV(B) | 5.33º | 0.84% | 0.79% | - |
| XYZ | 25.36 | 14.55 | 2.84 | - |
| YUV | 91.34 | 94.52 | 206.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 32 | 0 | 0.77 | 0.84 | 0.21 | 5.33 | 0.73 | 0.46 |
| Hex | C9 | 2F | 20 | 0 | 4D | 54 | 15 | 5 | 49 | 2E |
| Octal | 311 | 57 | 40 | 0 | 115 | 124 | 25 | 5 | 111 | 56 |
| Binary | 11001001 | 101111 | 100000 | 0 | 1001101 | 1010100 | 10101 | 101 | 1001001 | 101110 |
Color Harmonies of #C92F20
Complementary color
Monochromatic Colors of #C92F20
Black with #C92F20
Text Example
Text Example
White with #C92F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92F20; }
p { color: rgb(201,47,32); }
H1.HeaderClassName
{
color: #C92F20;
}
.AnyTagClassName
{
color: #C92F20;
}
</style>
background-color css
<style>
a { background-color: #C92F20; }
a { background-color: rgb(201,47,32); }
div.DivClassName
{
background-color: #C92F20;
}
.BgClassName
{
background-color: #C92F20;
}
</style>
border-color css
<style>
span { border-color: #C92F20; }
span { border-color: rgb(201,47,32); }
td.TdClassName
{
border-color: #C92F20;
}
.TagClassName
{
border-color: #C92F20;
}
</style>