Html Css Color HEX #C92F0B Harley Davidson Orange
📋 copy color: '#C92F0B'red 201 ◦ green 47 ◦ blue 11
Shades of Harley Davidson Orange #C92F0B
Tints of Harley Davidson Orange #C92F0B
RGB
CMYK
RGB Variations
Color information
#C92F0B (or 0xC92F0B) is known color: Harley Davidson Orange. HEX triplet: C9, 2F and 0B. RGB value is (201,47,11). Sum of RGB (Red+Green+Blue) = 201+47+11=259 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.61% from 259); Green value is 47 (18.75% from 255 or 18.15% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92F0B is #36D0F4. Grayscale: #595959. Windows color (decimal): -3592437 or 733129. OLE color: 733129.
HSL color Cylindrical-coordinate representation of color #C92F0B: hue angle of 11.37º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C92F0B is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 11 | - |
| CMYK | 0 | 0.77 | 0.95 | 0.21 |
| HSL | 11.37º | 0.9% | 0.42% | - |
| HSV(B) | 11.37º | 0.95% | 0.79% | - |
| XYZ | 25.16 | 14.47 | 1.78 | - |
| YUV | 88.94 | 84.02 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 11 | 0 | 0.77 | 0.95 | 0.21 | 11.37 | 0.9 | 0.42 |
| Hex | C9 | 2F | B | 0 | 4D | 5F | 15 | B | 5A | 2A |
| Octal | 311 | 57 | 13 | 0 | 115 | 137 | 25 | 13 | 132 | 52 |
| Binary | 11001001 | 101111 | 1011 | 0 | 1001101 | 1011111 | 10101 | 1011 | 1011010 | 101010 |
Color Harmonies of #C92F0B
Complementary color
Monochromatic Colors of #C92F0B
Black with #C92F0B
Text Example
Text Example
White with #C92F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92F0B; }
p { color: rgb(201,47,11); }
H1.HeaderClassName
{
color: #C92F0B;
}
.AnyTagClassName
{
color: #C92F0B;
}
</style>
background-color css
<style>
a { background-color: #C92F0B; }
a { background-color: rgb(201,47,11); }
div.DivClassName
{
background-color: #C92F0B;
}
.BgClassName
{
background-color: #C92F0B;
}
</style>
border-color css
<style>
span { border-color: #C92F0B; }
span { border-color: rgb(201,47,11); }
td.TdClassName
{
border-color: #C92F0B;
}
.TagClassName
{
border-color: #C92F0B;
}
</style>