Html Css Color HEX #C03420 Harley Davidson Orange
📋 copy color: '#C03420'red 192 ◦ green 52 ◦ blue 32
Shades of Harley Davidson Orange #C03420
Tints of Harley Davidson Orange #C03420
RGB
CMYK
RGB Variations
Color information
#C03420 (or 0xC03420) is known color: Harley Davidson Orange. HEX triplet: C0, 34 and 20. RGB value is (192,52,32). Sum of RGB (Red+Green+Blue) = 192+52+32=276 (36% of max value = 765). Red value is 192 (75.39% from 255 or 69.57% from 276); Green value is 52 (20.70% from 255 or 18.84% from 276); Blue value is 32 (12.89% from 255 or 11.59% from 276); Max value from RGB is 192 - color contains mainly: red. Hex color #C03420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03420 is #3FCBDF. Grayscale: #5B5B5B. Windows color (decimal): -4180960 or 2110656. OLE color: 2110656.
HSL color Cylindrical-coordinate representation of color #C03420: hue angle of 7.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C03420 is Cyan = 0, Magento = 0.73, Yellow = 0.83 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 52 | 32 | - |
| CMYK | 0 | 0.73 | 0.83 | 0.25 |
| HSL | 7.5º | 0.71% | 0.44% | - |
| HSV(B) | 7.5º | 0.83% | 0.75% | - |
| XYZ | 23.23 | 13.77 | 2.8 | - |
| YUV | 91.58 | 94.38 | 199.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 52 | 32 | 0 | 0.73 | 0.83 | 0.25 | 7.5 | 0.71 | 0.44 |
| Hex | C0 | 34 | 20 | 0 | 49 | 53 | 19 | 8 | 47 | 2C |
| Octal | 300 | 64 | 40 | 0 | 111 | 123 | 31 | 10 | 107 | 54 |
| Binary | 11000000 | 110100 | 100000 | 0 | 1001001 | 1010011 | 11001 | 1000 | 1000111 | 101100 |
Color Harmonies of #C03420
Complementary color
Monochromatic Colors of #C03420
Black with #C03420
Text Example
Text Example
White with #C03420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03420; }
p { color: rgb(192,52,32); }
H1.HeaderClassName
{
color: #C03420;
}
.AnyTagClassName
{
color: #C03420;
}
</style>
background-color css
<style>
a { background-color: #C03420; }
a { background-color: rgb(192,52,32); }
div.DivClassName
{
background-color: #C03420;
}
.BgClassName
{
background-color: #C03420;
}
</style>
border-color css
<style>
span { border-color: #C03420; }
span { border-color: rgb(192,52,32); }
td.TdClassName
{
border-color: #C03420;
}
.TagClassName
{
border-color: #C03420;
}
</style>