Html Css Color HEX #C4220D Harley Davidson Orange
📋 copy color: '#C4220D'red 196 ◦ green 34 ◦ blue 13
Shades of Harley Davidson Orange #C4220D
Tints of Harley Davidson Orange #C4220D
RGB
CMYK
RGB Variations
Color information
#C4220D (or 0xC4220D) is known color: Harley Davidson Orange. HEX triplet: C4, 22 and 0D. RGB value is (196,34,13). Sum of RGB (Red+Green+Blue) = 196+34+13=243 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.66% from 243); Green value is 34 (13.67% from 255 or 13.99% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 196 - color contains mainly: red. Hex color #C4220D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4220D is #3BDDF2. Grayscale: #505050. Windows color (decimal): -3923443 or 860868. OLE color: 860868.
HSL color Cylindrical-coordinate representation of color #C4220D: hue angle of 6.89º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C4220D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 34 | 13 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.23 |
| HSL | 6.89º | 0.88% | 0.41% | - |
| HSV(B) | 6.89º | 0.93% | 0.77% | - |
| XYZ | 23.41 | 12.91 | 1.64 | - |
| YUV | 80.04 | 90.17 | 210.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 34 | 13 | 0 | 0.83 | 0.93 | 0.23 | 6.89 | 0.88 | 0.41 |
| Hex | C4 | 22 | D | 0 | 53 | 5D | 17 | 7 | 58 | 29 |
| Octal | 304 | 42 | 15 | 0 | 123 | 135 | 27 | 7 | 130 | 51 |
| Binary | 11000100 | 100010 | 1101 | 0 | 1010011 | 1011101 | 10111 | 111 | 1011000 | 101001 |
Color Harmonies of #C4220D
Complementary color
Monochromatic Colors of #C4220D
Black with #C4220D
Text Example
Text Example
White with #C4220D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4220D; }
p { color: rgb(196,34,13); }
H1.HeaderClassName
{
color: #C4220D;
}
.AnyTagClassName
{
color: #C4220D;
}
</style>
background-color css
<style>
a { background-color: #C4220D; }
a { background-color: rgb(196,34,13); }
div.DivClassName
{
background-color: #C4220D;
}
.BgClassName
{
background-color: #C4220D;
}
</style>
border-color css
<style>
span { border-color: #C4220D; }
span { border-color: rgb(196,34,13); }
td.TdClassName
{
border-color: #C4220D;
}
.TagClassName
{
border-color: #C4220D;
}
</style>