Html Css Color HEX #C92712 Harley Davidson Orange
📋 copy color: '#C92712'red 201 ◦ green 39 ◦ blue 18
Shades of Harley Davidson Orange #C92712
Tints of Harley Davidson Orange #C92712
RGB
CMYK
RGB Variations
Color information
#C92712 (or 0xC92712) is known color: Harley Davidson Orange. HEX triplet: C9, 27 and 12. RGB value is (201,39,18). Sum of RGB (Red+Green+Blue) = 201+39+18=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 39 (15.62% from 255 or 15.12% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C92712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92712 is #36D8ED. Grayscale: #555555. Windows color (decimal): -3594478 or 1189833. OLE color: 1189833.
HSL color Cylindrical-coordinate representation of color #C92712: hue angle of 6.89º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C92712 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 18 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.21 |
| HSL | 6.89º | 0.84% | 0.43% | - |
| HSV(B) | 6.89º | 0.91% | 0.79% | - |
| XYZ | 24.92 | 13.91 | 1.94 | - |
| YUV | 85.04 | 90.17 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 18 | 0 | 0.81 | 0.91 | 0.21 | 6.89 | 0.84 | 0.43 |
| Hex | C9 | 27 | 12 | 0 | 51 | 5B | 15 | 7 | 54 | 2B |
| Octal | 311 | 47 | 22 | 0 | 121 | 133 | 25 | 7 | 124 | 53 |
| Binary | 11001001 | 100111 | 10010 | 0 | 1010001 | 1011011 | 10101 | 111 | 1010100 | 101011 |
Color Harmonies of #C92712
Complementary color
Monochromatic Colors of #C92712
Black with #C92712
Text Example
Text Example
White with #C92712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92712; }
p { color: rgb(201,39,18); }
H1.HeaderClassName
{
color: #C92712;
}
.AnyTagClassName
{
color: #C92712;
}
</style>
background-color css
<style>
a { background-color: #C92712; }
a { background-color: rgb(201,39,18); }
div.DivClassName
{
background-color: #C92712;
}
.BgClassName
{
background-color: #C92712;
}
</style>
border-color css
<style>
span { border-color: #C92712; }
span { border-color: rgb(201,39,18); }
td.TdClassName
{
border-color: #C92712;
}
.TagClassName
{
border-color: #C92712;
}
</style>