Html Css Color HEX #C92702 Harley Davidson Orange
📋 copy color: '#C92702'red 201 ◦ green 39 ◦ blue 2
Shades of Harley Davidson Orange #C92702
Tints of Harley Davidson Orange #C92702
RGB
CMYK
RGB Variations
Color information
#C92702 (or 0xC92702) is known color: Harley Davidson Orange. HEX triplet: C9, 27 and 02. RGB value is (201,39,2). Sum of RGB (Red+Green+Blue) = 201+39+2=242 (32% of max value = 765). Red value is 201 (78.91% from 255 or 83.06% from 242); Green value is 39 (15.62% from 255 or 16.12% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 201 - color contains mainly: red. Hex color #C92702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92702 is #36D8FD. Grayscale: #535353. Windows color (decimal): -3594494 or 141257. OLE color: 141257.
HSL color Cylindrical-coordinate representation of color #C92702: hue angle of 11.16º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C92702 is Cyan = 0, Magento = 0.81, Yellow = 0.99 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 39 | 2 | - |
| CMYK | 0 | 0.81 | 0.99 | 0.21 |
| HSL | 11.16º | 0.98% | 0.4% | - |
| HSV(B) | 11.16º | 0.99% | 0.79% | - |
| XYZ | 24.82 | 13.87 | 1.43 | - |
| YUV | 83.22 | 82.17 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 39 | 2 | 0 | 0.81 | 0.99 | 0.21 | 11.16 | 0.98 | 0.4 |
| Hex | C9 | 27 | 2 | 0 | 51 | 63 | 15 | B | 62 | 28 |
| Octal | 311 | 47 | 2 | 0 | 121 | 143 | 25 | 13 | 142 | 50 |
| Binary | 11001001 | 100111 | 10 | 0 | 1010001 | 1100011 | 10101 | 1011 | 1100010 | 101000 |
Color Harmonies of #C92702
Complementary color
Monochromatic Colors of #C92702
Black with #C92702
Text Example
Text Example
White with #C92702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C92702; }
p { color: rgb(201,39,2); }
H1.HeaderClassName
{
color: #C92702;
}
.AnyTagClassName
{
color: #C92702;
}
</style>
background-color css
<style>
a { background-color: #C92702; }
a { background-color: rgb(201,39,2); }
div.DivClassName
{
background-color: #C92702;
}
.BgClassName
{
background-color: #C92702;
}
</style>
border-color css
<style>
span { border-color: #C92702; }
span { border-color: rgb(201,39,2); }
td.TdClassName
{
border-color: #C92702;
}
.TagClassName
{
border-color: #C92702;
}
</style>