Html Css Color HEX #C03218 Harley Davidson Orange
📋 copy color: '#C03218'red 192 ◦ green 50 ◦ blue 24
Shades of Harley Davidson Orange #C03218
Tints of Harley Davidson Orange #C03218
RGB
CMYK
RGB Variations
Color information
#C03218 (or 0xC03218) is known color: Harley Davidson Orange. HEX triplet: C0, 32 and 18. RGB value is (192,50,24). Sum of RGB (Red+Green+Blue) = 192+50+24=266 (35% of max value = 765). Red value is 192 (75.39% from 255 or 72.18% from 266); Green value is 50 (19.92% from 255 or 18.80% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 192 - color contains mainly: red. Hex color #C03218 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03218 is #3FCDE7. Grayscale: #595959. Windows color (decimal): -4181480 or 1585856. OLE color: 1585856.
HSL color Cylindrical-coordinate representation of color #C03218: hue angle of 9.29º 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 #C03218 is Cyan = 0, Magento = 0.74, Yellow = 0.88 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 24 | - |
| CMYK | 0 | 0.74 | 0.88 | 0.25 |
| HSL | 9.29º | 0.78% | 0.42% | - |
| HSV(B) | 9.29º | 0.88% | 0.75% | - |
| XYZ | 23.04 | 13.55 | 2.27 | - |
| YUV | 89.49 | 91.04 | 201.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 24 | 0 | 0.74 | 0.88 | 0.25 | 9.29 | 0.78 | 0.42 |
| Hex | C0 | 32 | 18 | 0 | 4A | 58 | 19 | 9 | 4E | 2A |
| Octal | 300 | 62 | 30 | 0 | 112 | 130 | 31 | 11 | 116 | 52 |
| Binary | 11000000 | 110010 | 11000 | 0 | 1001010 | 1011000 | 11001 | 1001 | 1001110 | 101010 |
Color Harmonies of #C03218
Complementary color
Monochromatic Colors of #C03218
Black with #C03218
Text Example
Text Example
White with #C03218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03218; }
p { color: rgb(192,50,24); }
H1.HeaderClassName
{
color: #C03218;
}
.AnyTagClassName
{
color: #C03218;
}
</style>
background-color css
<style>
a { background-color: #C03218; }
a { background-color: rgb(192,50,24); }
div.DivClassName
{
background-color: #C03218;
}
.BgClassName
{
background-color: #C03218;
}
</style>
border-color css
<style>
span { border-color: #C03218; }
span { border-color: rgb(192,50,24); }
td.TdClassName
{
border-color: #C03218;
}
.TagClassName
{
border-color: #C03218;
}
</style>