Html Css Color HEX #C92F1D Harley Davidson Orange
📋 copy color: '#C92F1D'red 201 ◦ green 47 ◦ blue 29
Shades of Harley Davidson Orange #C92F1D
Tints of Harley Davidson Orange #C92F1D
RGB
CMYK
RGB Variations
Color information
#C92F1D (or 0xC92F1D) is known color: Harley Davidson Orange. HEX triplet: C9, 2F and 1D. RGB value is (201,47,29). Sum of RGB (Red+Green+Blue) = 201+47+29=277 (36% of max value = 765). Red value is 201 (78.91% from 255 or 72.56% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 201 - color contains mainly: red. Hex color #C92F1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92F1D is #36D0E2. Grayscale: #5B5B5B. Windows color (decimal): -3592419 or 1912777. OLE color: 1912777.
HSL color Cylindrical-coordinate representation of color #C92F1D: hue angle of 6.28º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C92F1D is Cyan = 0, Magento = 0.77, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 47 | 29 | - |
| CMYK | 0 | 0.77 | 0.86 | 0.21 |
| HSL | 6.28º | 0.75% | 0.45% | - |
| HSV(B) | 6.28º | 0.86% | 0.79% | - |
| XYZ | 25.33 | 14.54 | 2.63 | - |
| YUV | 90.99 | 93.02 | 206.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 47 | 29 | 0 | 0.77 | 0.86 | 0.21 | 6.28 | 0.75 | 0.45 |
| Hex | C9 | 2F | 1D | 0 | 4D | 56 | 15 | 6 | 4B | 2D |
| Octal | 311 | 57 | 35 | 0 | 115 | 126 | 25 | 6 | 113 | 55 |
| Binary | 11001001 | 101111 | 11101 | 0 | 1001101 | 1010110 | 10101 | 110 | 1001011 | 101101 |
Color Harmonies of #C92F1D
Complementary color
Monochromatic Colors of #C92F1D
Black with #C92F1D
Text Example
Text Example
White with #C92F1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92F1D; }
p { color: rgb(201,47,29); }
H1.HeaderClassName
{
color: #C92F1D;
}
.AnyTagClassName
{
color: #C92F1D;
}
</style>
background-color css
<style>
a { background-color: #C92F1D; }
a { background-color: rgb(201,47,29); }
div.DivClassName
{
background-color: #C92F1D;
}
.BgClassName
{
background-color: #C92F1D;
}
</style>
border-color css
<style>
span { border-color: #C92F1D; }
span { border-color: rgb(201,47,29); }
td.TdClassName
{
border-color: #C92F1D;
}
.TagClassName
{
border-color: #C92F1D;
}
</style>