Html Css Color HEX #C03524 Harley Davidson Orange
📋 copy color: '#C03524'red 192 ◦ green 53 ◦ blue 36
Shades of Harley Davidson Orange #C03524
Tints of Harley Davidson Orange #C03524
RGB
CMYK
RGB Variations
Color information
#C03524 (or 0xC03524) is known color: Harley Davidson Orange. HEX triplet: C0, 35 and 24. RGB value is (192,53,36). Sum of RGB (Red+Green+Blue) = 192+53+36=281 (37% of max value = 765). Red value is 192 (75.39% from 255 or 68.33% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 36 (14.45% from 255 or 12.81% from 281); Max value from RGB is 192 - color contains mainly: red. Hex color #C03524 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03524 is #3FCADB. Grayscale: #5C5C5C. Windows color (decimal): -4180700 or 2373056. OLE color: 2373056.
HSL color Cylindrical-coordinate representation of color #C03524: hue angle of 6.54º 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 #C03524 is Cyan = 0, Magento = 0.72, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 53 | 36 | - |
| CMYK | 0 | 0.72 | 0.81 | 0.25 |
| HSL | 6.54º | 0.68% | 0.45% | - |
| HSV(B) | 6.54º | 0.81% | 0.75% | - |
| XYZ | 23.33 | 13.88 | 3.12 | - |
| YUV | 92.62 | 96.05 | 198.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 53 | 36 | 0 | 0.72 | 0.81 | 0.25 | 6.54 | 0.68 | 0.45 |
| Hex | C0 | 35 | 24 | 0 | 48 | 51 | 19 | 7 | 44 | 2D |
| Octal | 300 | 65 | 44 | 0 | 110 | 121 | 31 | 7 | 104 | 55 |
| Binary | 11000000 | 110101 | 100100 | 0 | 1001000 | 1010001 | 11001 | 111 | 1000100 | 101101 |
Color Harmonies of #C03524
Complementary color
Monochromatic Colors of #C03524
Black with #C03524
Text Example
Text Example
White with #C03524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03524; }
p { color: rgb(192,53,36); }
H1.HeaderClassName
{
color: #C03524;
}
.AnyTagClassName
{
color: #C03524;
}
</style>
background-color css
<style>
a { background-color: #C03524; }
a { background-color: rgb(192,53,36); }
div.DivClassName
{
background-color: #C03524;
}
.BgClassName
{
background-color: #C03524;
}
</style>
border-color css
<style>
span { border-color: #C03524; }
span { border-color: rgb(192,53,36); }
td.TdClassName
{
border-color: #C03524;
}
.TagClassName
{
border-color: #C03524;
}
</style>