Html Css Color HEX #C92D09 Harley Davidson Orange
📋 copy color: '#C92D09'red 201 ◦ green 45 ◦ blue 9
Shades of Harley Davidson Orange #C92D09
Tints of Harley Davidson Orange #C92D09
RGB
CMYK
RGB Variations
Color information
#C92D09 (or 0xC92D09) is known color: Harley Davidson Orange. HEX triplet: C9, 2D and 09. RGB value is (201,45,9). Sum of RGB (Red+Green+Blue) = 201+45+9=255 (33% of max value = 765). Red value is 201 (78.91% from 255 or 78.82% from 255); Green value is 45 (17.97% from 255 or 17.65% from 255); Blue value is 9 (3.91% from 255 or 3.53% from 255); Max value from RGB is 201 - color contains mainly: red. Hex color #C92D09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92D09 is #36D2F6. Grayscale: #575757. Windows color (decimal): -3592951 or 601545. OLE color: 601545.
HSL color Cylindrical-coordinate representation of color #C92D09: hue angle of 11.25º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C92D09 is Cyan = 0, Magento = 0.78, Yellow = 0.96 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 45 | 9 | - |
| CMYK | 0 | 0.78 | 0.96 | 0.21 |
| HSL | 11.25º | 0.91% | 0.41% | - |
| HSV(B) | 11.25º | 0.96% | 0.79% | - |
| XYZ | 25.08 | 14.31 | 1.7 | - |
| YUV | 87.54 | 83.68 | 208.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 45 | 9 | 0 | 0.78 | 0.96 | 0.21 | 11.25 | 0.91 | 0.41 |
| Hex | C9 | 2D | 9 | 0 | 4E | 60 | 15 | B | 5B | 29 |
| Octal | 311 | 55 | 11 | 0 | 116 | 140 | 25 | 13 | 133 | 51 |
| Binary | 11001001 | 101101 | 1001 | 0 | 1001110 | 1100000 | 10101 | 1011 | 1011011 | 101001 |
Color Harmonies of #C92D09
Complementary color
Monochromatic Colors of #C92D09
Black with #C92D09
Text Example
Text Example
White with #C92D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92D09; }
p { color: rgb(201,45,9); }
H1.HeaderClassName
{
color: #C92D09;
}
.AnyTagClassName
{
color: #C92D09;
}
</style>
background-color css
<style>
a { background-color: #C92D09; }
a { background-color: rgb(201,45,9); }
div.DivClassName
{
background-color: #C92D09;
}
.BgClassName
{
background-color: #C92D09;
}
</style>
border-color css
<style>
span { border-color: #C92D09; }
span { border-color: rgb(201,45,9); }
td.TdClassName
{
border-color: #C92D09;
}
.TagClassName
{
border-color: #C92D09;
}
</style>