Html Css Color HEX #C02411 Harley Davidson Orange
📋 copy color: '#C02411'red 192 ◦ green 36 ◦ blue 17
Shades of Harley Davidson Orange #C02411
Tints of Harley Davidson Orange #C02411
RGB
CMYK
RGB Variations
Color information
#C02411 (or 0xC02411) is known color: Harley Davidson Orange. HEX triplet: C0, 24 and 11. RGB value is (192,36,17). Sum of RGB (Red+Green+Blue) = 192+36+17=245 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.37% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 192 - color contains mainly: red. Hex color #C02411 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02411 is #3FDBEE. Grayscale: #505050. Windows color (decimal): -4185071 or 1123520. OLE color: 1123520.
HSL color Cylindrical-coordinate representation of color #C02411: hue angle of 6.51º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C02411 is Cyan = 0, Magento = 0.81, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 36 | 17 | - |
| CMYK | 0 | 0.81 | 0.91 | 0.25 |
| HSL | 6.51º | 0.84% | 0.41% | - |
| HSV(B) | 6.51º | 0.91% | 0.75% | - |
| XYZ | 22.47 | 12.51 | 1.76 | - |
| YUV | 80.48 | 92.18 | 207.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 36 | 17 | 0 | 0.81 | 0.91 | 0.25 | 6.51 | 0.84 | 0.41 |
| Hex | C0 | 24 | 11 | 0 | 51 | 5B | 19 | 7 | 54 | 29 |
| Octal | 300 | 44 | 21 | 0 | 121 | 133 | 31 | 7 | 124 | 51 |
| Binary | 11000000 | 100100 | 10001 | 0 | 1010001 | 1011011 | 11001 | 111 | 1010100 | 101001 |
Color Harmonies of #C02411
Complementary color
Monochromatic Colors of #C02411
Black with #C02411
Text Example
Text Example
White with #C02411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02411; }
p { color: rgb(192,36,17); }
H1.HeaderClassName
{
color: #C02411;
}
.AnyTagClassName
{
color: #C02411;
}
</style>
background-color css
<style>
a { background-color: #C02411; }
a { background-color: rgb(192,36,17); }
div.DivClassName
{
background-color: #C02411;
}
.BgClassName
{
background-color: #C02411;
}
</style>
border-color css
<style>
span { border-color: #C02411; }
span { border-color: rgb(192,36,17); }
td.TdClassName
{
border-color: #C02411;
}
.TagClassName
{
border-color: #C02411;
}
</style>