Html Css Color HEX #C03B24 Harley Davidson Orange
📋 copy color: '#C03B24'red 192 ◦ green 59 ◦ blue 36
Shades of Harley Davidson Orange #C03B24
Tints of Harley Davidson Orange #C03B24
RGB
CMYK
RGB Variations
Color information
#C03B24 (or 0xC03B24) is known color: Harley Davidson Orange. HEX triplet: C0, 3B and 24. RGB value is (192,59,36). Sum of RGB (Red+Green+Blue) = 192+59+36=287 (38% of max value = 765). Red value is 192 (75.39% from 255 or 66.90% from 287); Green value is 59 (23.44% from 255 or 20.56% from 287); Blue value is 36 (14.45% from 255 or 12.54% from 287); Max value from RGB is 192 - color contains mainly: red. Hex color #C03B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03B24 is #3FC4DB. Grayscale: #606060. Windows color (decimal): -4179164 or 2374592. OLE color: 2374592.
HSL color Cylindrical-coordinate representation of color #C03B24: hue angle of 8.85º 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 #C03B24 is Cyan = 0, Magento = 0.69, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 59 | 36 | - |
| CMYK | 0 | 0.69 | 0.81 | 0.25 |
| HSL | 8.85º | 0.68% | 0.45% | - |
| HSV(B) | 8.85º | 0.81% | 0.75% | - |
| XYZ | 23.62 | 14.46 | 3.22 | - |
| YUV | 96.15 | 94.06 | 196.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 59 | 36 | 0 | 0.69 | 0.81 | 0.25 | 8.85 | 0.68 | 0.45 |
| Hex | C0 | 3B | 24 | 0 | 45 | 51 | 19 | 9 | 44 | 2D |
| Octal | 300 | 73 | 44 | 0 | 105 | 121 | 31 | 11 | 104 | 55 |
| Binary | 11000000 | 111011 | 100100 | 0 | 1000101 | 1010001 | 11001 | 1001 | 1000100 | 101101 |
Color Harmonies of #C03B24
Complementary color
Monochromatic Colors of #C03B24
Black with #C03B24
Text Example
Text Example
White with #C03B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03B24; }
p { color: rgb(192,59,36); }
H1.HeaderClassName
{
color: #C03B24;
}
.AnyTagClassName
{
color: #C03B24;
}
</style>
background-color css
<style>
a { background-color: #C03B24; }
a { background-color: rgb(192,59,36); }
div.DivClassName
{
background-color: #C03B24;
}
.BgClassName
{
background-color: #C03B24;
}
</style>
border-color css
<style>
span { border-color: #C03B24; }
span { border-color: rgb(192,59,36); }
td.TdClassName
{
border-color: #C03B24;
}
.TagClassName
{
border-color: #C03B24;
}
</style>