Html Css Color HEX #C03718 Harley Davidson Orange
📋 copy color: '#C03718'red 192 ◦ green 55 ◦ blue 24
Shades of Harley Davidson Orange #C03718
Tints of Harley Davidson Orange #C03718
RGB
CMYK
RGB Variations
Color information
#C03718 (or 0xC03718) is known color: Harley Davidson Orange. HEX triplet: C0, 37 and 18. RGB value is (192,55,24). Sum of RGB (Red+Green+Blue) = 192+55+24=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C03718 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03718 is #3FC8E7. Grayscale: #5C5C5C. Windows color (decimal): -4180200 or 1587136. OLE color: 1587136.
HSL color Cylindrical-coordinate representation of color #C03718: hue angle of 11.07º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C03718 is Cyan = 0, Magento = 0.71, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 55 | 24 | - |
| CMYK | 0 | 0.71 | 0.88 | 0.25 |
| HSL | 11.07º | 0.78% | 0.42% | - |
| HSV(B) | 11.07º | 0.88% | 0.75% | - |
| XYZ | 23.27 | 14 | 2.34 | - |
| YUV | 92.43 | 89.39 | 199.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 55 | 24 | 0 | 0.71 | 0.88 | 0.25 | 11.07 | 0.78 | 0.42 |
| Hex | C0 | 37 | 18 | 0 | 47 | 58 | 19 | B | 4E | 2A |
| Octal | 300 | 67 | 30 | 0 | 107 | 130 | 31 | 13 | 116 | 52 |
| Binary | 11000000 | 110111 | 11000 | 0 | 1000111 | 1011000 | 11001 | 1011 | 1001110 | 101010 |
Color Harmonies of #C03718
Complementary color
Monochromatic Colors of #C03718
Black with #C03718
Text Example
Text Example
White with #C03718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03718; }
p { color: rgb(192,55,24); }
H1.HeaderClassName
{
color: #C03718;
}
.AnyTagClassName
{
color: #C03718;
}
</style>
background-color css
<style>
a { background-color: #C03718; }
a { background-color: rgb(192,55,24); }
div.DivClassName
{
background-color: #C03718;
}
.BgClassName
{
background-color: #C03718;
}
</style>
border-color css
<style>
span { border-color: #C03718; }
span { border-color: rgb(192,55,24); }
td.TdClassName
{
border-color: #C03718;
}
.TagClassName
{
border-color: #C03718;
}
</style>