Html Css Color HEX #C92D1C Harley Davidson Orange
📋 copy color: '#C92D1C'red 201 ◦ green 45 ◦ blue 28
Shades of Harley Davidson Orange #C92D1C
Tints of Harley Davidson Orange #C92D1C
RGB
CMYK
RGB Variations
Color information
#C92D1C (or 0xC92D1C) is known color: Harley Davidson Orange. HEX triplet: C9, 2D and 1C. RGB value is (201,45,28). Sum of RGB (Red+Green+Blue) = 201+45+28=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 28 (11.33% from 255 or 10.22% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C92D1C is #36D2E3. Grayscale: #595959. Windows color (decimal): -3592932 or 1846729. OLE color: 1846729.
HSL color Cylindrical-coordinate representation of color #C92D1C: hue angle of 5.9º degrees, saturation: 0.76, 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 #C92D1C is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 28 | - |
| CMYK | 0 | 0.78 | 0.86 | 0.21 |
| HSL | 5.9º | 0.76% | 0.45% | - |
| HSV(B) | 5.9º | 0.86% | 0.79% | - |
| XYZ | 25.24 | 14.38 | 2.54 | - |
| YUV | 89.71 | 93.18 | 207.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 28 | 0 | 0.78 | 0.86 | 0.21 | 5.9 | 0.76 | 0.45 |
| Hex | C9 | 2D | 1C | 0 | 4E | 56 | 15 | 6 | 4C | 2D |
| Octal | 311 | 55 | 34 | 0 | 116 | 126 | 25 | 6 | 114 | 55 |
| Binary | 11001001 | 101101 | 11100 | 0 | 1001110 | 1010110 | 10101 | 110 | 1001100 | 101101 |
Color Harmonies of #C92D1C
Complementary color
Monochromatic Colors of #C92D1C
Black with #C92D1C
Text Example
Text Example
White with #C92D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92D1C; }
p { color: rgb(201,45,28); }
H1.HeaderClassName
{
color: #C92D1C;
}
.AnyTagClassName
{
color: #C92D1C;
}
</style>
background-color css
<style>
a { background-color: #C92D1C; }
a { background-color: rgb(201,45,28); }
div.DivClassName
{
background-color: #C92D1C;
}
.BgClassName
{
background-color: #C92D1C;
}
</style>
border-color css
<style>
span { border-color: #C92D1C; }
span { border-color: rgb(201,45,28); }
td.TdClassName
{
border-color: #C92D1C;
}
.TagClassName
{
border-color: #C92D1C;
}
</style>