Html Css Color HEX #C03324 Harley Davidson Orange
📋 copy color: '#C03324'red 192 ◦ green 51 ◦ blue 36
Shades of Harley Davidson Orange #C03324
Tints of Harley Davidson Orange #C03324
RGB
CMYK
RGB Variations
Color information
#C03324 (or 0xC03324) is known color: Harley Davidson Orange. HEX triplet: C0, 33 and 24. RGB value is (192,51,36). Sum of RGB (Red+Green+Blue) = 192+51+36=279 (36% of max value = 765). Red value is 192 (75.39% from 255 or 68.82% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 36 (14.45% from 255 or 12.90% from 279); Max value from RGB is 192 - color contains mainly: red. Hex color #C03324 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03324 is #3FCCDB. Grayscale: #5B5B5B. Windows color (decimal): -4181212 or 2372544. OLE color: 2372544.
HSL color Cylindrical-coordinate representation of color #C03324: hue angle of 5.77º 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 #C03324 is Cyan = 0, Magento = 0.73, Yellow = 0.81 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 51 | 36 | - |
| CMYK | 0 | 0.73 | 0.81 | 0.25 |
| HSL | 5.77º | 0.68% | 0.45% | - |
| HSV(B) | 5.77º | 0.81% | 0.75% | - |
| XYZ | 23.24 | 13.7 | 3.09 | - |
| YUV | 91.45 | 96.71 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 51 | 36 | 0 | 0.73 | 0.81 | 0.25 | 5.77 | 0.68 | 0.45 |
| Hex | C0 | 33 | 24 | 0 | 49 | 51 | 19 | 6 | 44 | 2D |
| Octal | 300 | 63 | 44 | 0 | 111 | 121 | 31 | 6 | 104 | 55 |
| Binary | 11000000 | 110011 | 100100 | 0 | 1001001 | 1010001 | 11001 | 110 | 1000100 | 101101 |
Color Harmonies of #C03324
Complementary color
Monochromatic Colors of #C03324
Black with #C03324
Text Example
Text Example
White with #C03324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03324; }
p { color: rgb(192,51,36); }
H1.HeaderClassName
{
color: #C03324;
}
.AnyTagClassName
{
color: #C03324;
}
</style>
background-color css
<style>
a { background-color: #C03324; }
a { background-color: rgb(192,51,36); }
div.DivClassName
{
background-color: #C03324;
}
.BgClassName
{
background-color: #C03324;
}
</style>
border-color css
<style>
span { border-color: #C03324; }
span { border-color: rgb(192,51,36); }
td.TdClassName
{
border-color: #C03324;
}
.TagClassName
{
border-color: #C03324;
}
</style>