Html Css Color HEX #C92D1D Harley Davidson Orange
📋 copy color: '#C92D1D'red 201 ◦ green 45 ◦ blue 29
Shades of Harley Davidson Orange #C92D1D
Tints of Harley Davidson Orange #C92D1D
RGB
CMYK
RGB Variations
Color information
#C92D1D (or 0xC92D1D) is known color: Harley Davidson Orange. HEX triplet: C9, 2D and 1D. RGB value is (201,45,29). Sum of RGB (Red+Green+Blue) = 201+45+29=275 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.09% from 275); Green value is 45 (17.97% from 255 or 16.36% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92D1D is #36D2E2. Grayscale: #5A5A5A. Windows color (decimal): -3592931 or 1912265. OLE color: 1912265.
HSL color Cylindrical-coordinate representation of color #C92D1D: hue angle of 5.58º 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 #C92D1D is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 29 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.21 |
| HSL | 5.58º | 0.75% | 0.45% | - |
| HSV(B) | 5.58º | 0.86% | 0.79% | - |
| XYZ | 25.25 | 14.38 | 2.61 | - |
| YUV | 89.82 | 93.68 | 207.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 29 | 0 | 0.78 | 0.86 | 0.21 | 5.58 | 0.75 | 0.45 |
| Hex | C9 | 2D | 1D | 0 | 4E | 56 | 15 | 6 | 4B | 2D |
| Octal | 311 | 55 | 35 | 0 | 116 | 126 | 25 | 6 | 113 | 55 |
| Binary | 11001001 | 101101 | 11101 | 0 | 1001110 | 1010110 | 10101 | 110 | 1001011 | 101101 |
Color Harmonies of #C92D1D
Complementary color
Monochromatic Colors of #C92D1D
Black with #C92D1D
Text Example
Text Example
White with #C92D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92D1D; }
p { color: rgb(201,45,29); }
H1.HeaderClassName
{
color: #C92D1D;
}
.AnyTagClassName
{
color: #C92D1D;
}
</style>
background-color css
<style>
a { background-color: #C92D1D; }
a { background-color: rgb(201,45,29); }
div.DivClassName
{
background-color: #C92D1D;
}
.BgClassName
{
background-color: #C92D1D;
}
</style>
border-color css
<style>
span { border-color: #C92D1D; }
span { border-color: rgb(201,45,29); }
td.TdClassName
{
border-color: #C92D1D;
}
.TagClassName
{
border-color: #C92D1D;
}
</style>