Html Css Color HEX #C03E18 Harley Davidson Orange
📋 copy color: '#C03E18'red 192 ◦ green 62 ◦ blue 24
Shades of Harley Davidson Orange #C03E18
Tints of Harley Davidson Orange #C03E18
RGB
CMYK
RGB Variations
Color information
#C03E18 (or 0xC03E18) is known color: Harley Davidson Orange. HEX triplet: C0, 3E and 18. RGB value is (192,62,24). Sum of RGB (Red+Green+Blue) = 192+62+24=278 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.06% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03E18 is #3FC1E7. Grayscale: #606060. Windows color (decimal): -4178408 or 1588928. OLE color: 1588928.
HSL color Cylindrical-coordinate representation of color #C03E18: hue angle of 13.57º 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 #C03E18 is Cyan = 0, Magento = 0.68, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 24 | - |
| CMYK | 0 | 0.68 | 0.88 | 0.25 |
| HSL | 13.57º | 0.78% | 0.42% | - |
| HSV(B) | 13.57º | 0.88% | 0.75% | - |
| XYZ | 23.63 | 14.72 | 2.46 | - |
| YUV | 96.54 | 87.07 | 196.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 24 | 0 | 0.68 | 0.88 | 0.25 | 13.57 | 0.78 | 0.42 |
| Hex | C0 | 3E | 18 | 0 | 44 | 58 | 19 | E | 4E | 2A |
| Octal | 300 | 76 | 30 | 0 | 104 | 130 | 31 | 16 | 116 | 52 |
| Binary | 11000000 | 111110 | 11000 | 0 | 1000100 | 1011000 | 11001 | 1110 | 1001110 | 101010 |
Color Harmonies of #C03E18
Complementary color
Monochromatic Colors of #C03E18
Black with #C03E18
Text Example
Text Example
White with #C03E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E18; }
p { color: rgb(192,62,24); }
H1.HeaderClassName
{
color: #C03E18;
}
.AnyTagClassName
{
color: #C03E18;
}
</style>
background-color css
<style>
a { background-color: #C03E18; }
a { background-color: rgb(192,62,24); }
div.DivClassName
{
background-color: #C03E18;
}
.BgClassName
{
background-color: #C03E18;
}
</style>
border-color css
<style>
span { border-color: #C03E18; }
span { border-color: rgb(192,62,24); }
td.TdClassName
{
border-color: #C03E18;
}
.TagClassName
{
border-color: #C03E18;
}
</style>