Html Css Color HEX #C92F0A Harley Davidson Orange
📋 copy color: '#C92F0A'red 201 ◦ green 47 ◦ blue 10
Shades of Harley Davidson Orange #C92F0A
Tints of Harley Davidson Orange #C92F0A
RGB
CMYK
RGB Variations
Color information
#C92F0A (or 0xC92F0A) is known color: Harley Davidson Orange. HEX triplet: C9, 2F and 0A. RGB value is (201,47,10). Sum of RGB (Red+Green+Blue) = 201+47+10=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 47 (18.75% from 255 or 18.22% from 258); Blue value is 10 (4.30% from 255 or 3.88% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F0A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92F0A is #36D0F5. Grayscale: #595959. Windows color (decimal): -3592438 or 667593. OLE color: 667593.
HSL color Cylindrical-coordinate representation of color #C92F0A: hue angle of 11.62º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C92F0A is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 10 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.21 |
| HSL | 11.62º | 0.91% | 0.41% | - |
| HSV(B) | 11.62º | 0.95% | 0.79% | - |
| XYZ | 25.16 | 14.47 | 1.75 | - |
| YUV | 88.83 | 83.52 | 208.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 10 | 0 | 0.77 | 0.95 | 0.21 | 11.62 | 0.91 | 0.41 |
| Hex | C9 | 2F | A | 0 | 4D | 5F | 15 | C | 5B | 29 |
| Octal | 311 | 57 | 12 | 0 | 115 | 137 | 25 | 14 | 133 | 51 |
| Binary | 11001001 | 101111 | 1010 | 0 | 1001101 | 1011111 | 10101 | 1100 | 1011011 | 101001 |
Color Harmonies of #C92F0A
Complementary color
Monochromatic Colors of #C92F0A
Black with #C92F0A
Text Example
Text Example
White with #C92F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92F0A; }
p { color: rgb(201,47,10); }
H1.HeaderClassName
{
color: #C92F0A;
}
.AnyTagClassName
{
color: #C92F0A;
}
</style>
background-color css
<style>
a { background-color: #C92F0A; }
a { background-color: rgb(201,47,10); }
div.DivClassName
{
background-color: #C92F0A;
}
.BgClassName
{
background-color: #C92F0A;
}
</style>
border-color css
<style>
span { border-color: #C92F0A; }
span { border-color: rgb(201,47,10); }
td.TdClassName
{
border-color: #C92F0A;
}
.TagClassName
{
border-color: #C92F0A;
}
</style>