Html Css Color HEX #C92F19 Harley Davidson Orange
📋 copy color: '#C92F19'red 201 ◦ green 47 ◦ blue 25
Shades of Harley Davidson Orange #C92F19
Tints of Harley Davidson Orange #C92F19
RGB
CMYK
RGB Variations
Color information
#C92F19 (or 0xC92F19) is known color: Harley Davidson Orange. HEX triplet: C9, 2F and 19. RGB value is (201,47,25). Sum of RGB (Red+Green+Blue) = 201+47+25=273 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.63% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F19 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92F19 is #36D0E6. Grayscale: #5A5A5A. Windows color (decimal): -3592423 or 1650633. OLE color: 1650633.
HSL color Cylindrical-coordinate representation of color #C92F19: hue angle of 7.5º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C92F19 is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 25 | - |
| CMYK | 0 | 0.77 | 0.88 | 0.21 |
| HSL | 7.5º | 0.78% | 0.44% | - |
| HSV(B) | 7.5º | 0.88% | 0.79% | - |
| XYZ | 25.28 | 14.52 | 2.39 | - |
| YUV | 90.54 | 91.02 | 206.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 25 | 0 | 0.77 | 0.88 | 0.21 | 7.5 | 0.78 | 0.44 |
| Hex | C9 | 2F | 19 | 0 | 4D | 58 | 15 | 8 | 4E | 2C |
| Octal | 311 | 57 | 31 | 0 | 115 | 130 | 25 | 10 | 116 | 54 |
| Binary | 11001001 | 101111 | 11001 | 0 | 1001101 | 1011000 | 10101 | 1000 | 1001110 | 101100 |
Color Harmonies of #C92F19
Complementary color
Monochromatic Colors of #C92F19
Black with #C92F19
Text Example
Text Example
White with #C92F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92F19; }
p { color: rgb(201,47,25); }
H1.HeaderClassName
{
color: #C92F19;
}
.AnyTagClassName
{
color: #C92F19;
}
</style>
background-color css
<style>
a { background-color: #C92F19; }
a { background-color: rgb(201,47,25); }
div.DivClassName
{
background-color: #C92F19;
}
.BgClassName
{
background-color: #C92F19;
}
</style>
border-color css
<style>
span { border-color: #C92F19; }
span { border-color: rgb(201,47,25); }
td.TdClassName
{
border-color: #C92F19;
}
.TagClassName
{
border-color: #C92F19;
}
</style>