Html Css Color HEX #C4210D Harley Davidson Orange
📋 copy color: '#C4210D'red 196 ◦ green 33 ◦ blue 13
Shades of Harley Davidson Orange #C4210D
Tints of Harley Davidson Orange #C4210D
RGB
CMYK
RGB Variations
Color information
#C4210D (or 0xC4210D) is known color: Harley Davidson Orange. HEX triplet: C4, 21 and 0D. RGB value is (196,33,13). Sum of RGB (Red+Green+Blue) = 196+33+13=242 (32% of max value = 765). Red value is 196 (76.95% from 255 or 80.99% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 196 - color contains mainly: red. Hex color #C4210D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4210D is #3BDEF2. Grayscale: #4F4F4F. Windows color (decimal): -3923699 or 860612. OLE color: 860612.
HSL color Cylindrical-coordinate representation of color #C4210D: hue angle of 6.56º 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 #C4210D is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 13 | - |
| CMYK | 0 | 0.83 | 0.93 | 0.23 |
| HSL | 6.56º | 0.88% | 0.41% | - |
| HSV(B) | 6.56º | 0.93% | 0.77% | - |
| XYZ | 23.38 | 12.85 | 1.63 | - |
| YUV | 79.46 | 90.5 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 13 | 0 | 0.83 | 0.93 | 0.23 | 6.56 | 0.88 | 0.41 |
| Hex | C4 | 21 | D | 0 | 53 | 5D | 17 | 7 | 58 | 29 |
| Octal | 304 | 41 | 15 | 0 | 123 | 135 | 27 | 7 | 130 | 51 |
| Binary | 11000100 | 100001 | 1101 | 0 | 1010011 | 1011101 | 10111 | 111 | 1011000 | 101001 |
Color Harmonies of #C4210D
Complementary color
Monochromatic Colors of #C4210D
Black with #C4210D
Text Example
Text Example
White with #C4210D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4210D; }
p { color: rgb(196,33,13); }
H1.HeaderClassName
{
color: #C4210D;
}
.AnyTagClassName
{
color: #C4210D;
}
</style>
background-color css
<style>
a { background-color: #C4210D; }
a { background-color: rgb(196,33,13); }
div.DivClassName
{
background-color: #C4210D;
}
.BgClassName
{
background-color: #C4210D;
}
</style>
border-color css
<style>
span { border-color: #C4210D; }
span { border-color: rgb(196,33,13); }
td.TdClassName
{
border-color: #C4210D;
}
.TagClassName
{
border-color: #C4210D;
}
</style>