Html Css Color HEX #C4220A Harley Davidson Orange
📋 copy color: '#C4220A'red 196 ◦ green 34 ◦ blue 10
Shades of Harley Davidson Orange #C4220A
Tints of Harley Davidson Orange #C4220A
RGB
CMYK
RGB Variations
Color information
#C4220A (or 0xC4220A) is known color: Harley Davidson Orange. HEX triplet: C4, 22 and 0A. RGB value is (196,34,10). Sum of RGB (Red+Green+Blue) = 196+34+10=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 34 (13.67% from 255 or 14.17% from 240); Blue value is 10 (4.30% from 255 or 4.17% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C4220A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4220A is #3BDDF5. Grayscale: #4F4F4F. Windows color (decimal): -3923446 or 664260. OLE color: 664260.
HSL color Cylindrical-coordinate representation of color #C4220A: hue angle of 7.74º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C4220A is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 10 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.23 |
| HSL | 7.74º | 0.9% | 0.4% | - |
| HSV(B) | 7.74º | 0.95% | 0.77% | - |
| XYZ | 23.39 | 12.9 | 1.54 | - |
| YUV | 79.7 | 88.67 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 10 | 0 | 0.83 | 0.95 | 0.23 | 7.74 | 0.9 | 0.4 |
| Hex | C4 | 22 | A | 0 | 53 | 5F | 17 | 8 | 5A | 28 |
| Octal | 304 | 42 | 12 | 0 | 123 | 137 | 27 | 10 | 132 | 50 |
| Binary | 11000100 | 100010 | 1010 | 0 | 1010011 | 1011111 | 10111 | 1000 | 1011010 | 101000 |
Color Harmonies of #C4220A
Complementary color
Monochromatic Colors of #C4220A
Black with #C4220A
Text Example
Text Example
White with #C4220A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4220A; }
p { color: rgb(196,34,10); }
H1.HeaderClassName
{
color: #C4220A;
}
.AnyTagClassName
{
color: #C4220A;
}
</style>
background-color css
<style>
a { background-color: #C4220A; }
a { background-color: rgb(196,34,10); }
div.DivClassName
{
background-color: #C4220A;
}
.BgClassName
{
background-color: #C4220A;
}
</style>
border-color css
<style>
span { border-color: #C4220A; }
span { border-color: rgb(196,34,10); }
td.TdClassName
{
border-color: #C4220A;
}
.TagClassName
{
border-color: #C4220A;
}
</style>