Html Css Color HEX #C03424 Harley Davidson Orange
📋 copy color: '#C03424'red 192 ◦ green 52 ◦ blue 36
Shades of Harley Davidson Orange #C03424
Tints of Harley Davidson Orange #C03424
RGB
CMYK
RGB Variations
Color information
#C03424 (or 0xC03424) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 24. RGB value is (192,52,36). Sum of RGB (Red+Green+Blue) = 192+52+36=280 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.57% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 36 (14.45% from 255 or 12.86% from 280); Max value from RGB is 192 - color contains mainly: red. Hex color #C03424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03424 is #3FCBDB. Grayscale: #5C5C5C. Windows color (decimal): -4180956 or 2372800. OLE color: 2372800.
HSL color Cylindrical-coordinate representation of color #C03424: hue angle of 6.15º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C03424 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 36 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.25 |
| HSL | 6.15º | 0.68% | 0.45% | - |
| HSV(B) | 6.15º | 0.81% | 0.75% | - |
| XYZ | 23.28 | 13.79 | 3.1 | - |
| YUV | 92.04 | 96.38 | 199.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 36 | 0 | 0.73 | 0.81 | 0.25 | 6.15 | 0.68 | 0.45 |
| Hex | C0 | 34 | 24 | 0 | 49 | 51 | 19 | 6 | 44 | 2D |
| Octal | 300 | 64 | 44 | 0 | 111 | 121 | 31 | 6 | 104 | 55 |
| Binary | 11000000 | 110100 | 100100 | 0 | 1001001 | 1010001 | 11001 | 110 | 1000100 | 101101 |
Color Harmonies of #C03424
Complementary color
Monochromatic Colors of #C03424
Black with #C03424
Text Example
Text Example
White with #C03424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03424; }
p { color: rgb(192,52,36); }
H1.HeaderClassName
{
color: #C03424;
}
.AnyTagClassName
{
color: #C03424;
}
</style>
background-color css
<style>
a { background-color: #C03424; }
a { background-color: rgb(192,52,36); }
div.DivClassName
{
background-color: #C03424;
}
.BgClassName
{
background-color: #C03424;
}
</style>
border-color css
<style>
span { border-color: #C03424; }
span { border-color: rgb(192,52,36); }
td.TdClassName
{
border-color: #C03424;
}
.TagClassName
{
border-color: #C03424;
}
</style>