Html Css Color HEX #C43320 Harley Davidson Orange
📋 copy color: '#C43320'red 196 ◦ green 51 ◦ blue 32
Shades of Harley Davidson Orange #C43320
Tints of Harley Davidson Orange #C43320
RGB
CMYK
RGB Variations
Color information
#C43320 (or 0xC43320) is known color: Harley Davidson Orange. HEX triplet: C4, 33 and 20. RGB value is (196,51,32). Sum of RGB (Red+Green+Blue) = 196+51+32=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 32 (12.89% from 255 or 11.47% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C43320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43320 is #3BCCDF. Grayscale: #5C5C5C. Windows color (decimal): -3919072 or 2110404. OLE color: 2110404.
HSL color Cylindrical-coordinate representation of color #C43320: hue angle of 6.95º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C43320 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 51 | 32 | - |
| CMYK | 0 | 0.74 | 0.84 | 0.23 |
| HSL | 6.95º | 0.72% | 0.45% | - |
| HSV(B) | 6.95º | 0.84% | 0.77% | - |
| XYZ | 24.21 | 14.21 | 2.83 | - |
| YUV | 92.19 | 94.04 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 51 | 32 | 0 | 0.74 | 0.84 | 0.23 | 6.95 | 0.72 | 0.45 |
| Hex | C4 | 33 | 20 | 0 | 4A | 54 | 17 | 7 | 48 | 2D |
| Octal | 304 | 63 | 40 | 0 | 112 | 124 | 27 | 7 | 110 | 55 |
| Binary | 11000100 | 110011 | 100000 | 0 | 1001010 | 1010100 | 10111 | 111 | 1001000 | 101101 |
Color Harmonies of #C43320
Complementary color
Monochromatic Colors of #C43320
Black with #C43320
Text Example
Text Example
White with #C43320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43320; }
p { color: rgb(196,51,32); }
H1.HeaderClassName
{
color: #C43320;
}
.AnyTagClassName
{
color: #C43320;
}
</style>
background-color css
<style>
a { background-color: #C43320; }
a { background-color: rgb(196,51,32); }
div.DivClassName
{
background-color: #C43320;
}
.BgClassName
{
background-color: #C43320;
}
</style>
border-color css
<style>
span { border-color: #C43320; }
span { border-color: rgb(196,51,32); }
td.TdClassName
{
border-color: #C43320;
}
.TagClassName
{
border-color: #C43320;
}
</style>