Html Css Color HEX #C4210B Harley Davidson Orange
📋 copy color: '#C4210B'red 196 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #C4210B
Tints of Harley Davidson Orange #C4210B
RGB
CMYK
RGB Variations
Color information
#C4210B (or 0xC4210B) is known color: Harley Davidson Orange. HEX triplet: C4, 21 and 0B. RGB value is (196,33,11). Sum of RGB (Red+Green+Blue) = 196+33+11=240 (31% of max value = 765). Red value is 196 (76.95% from 255 or 81.67% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 196 - color contains mainly: red. Hex color #C4210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4210B is #3BDEF4. Grayscale: #4F4F4F. Windows color (decimal): -3923701 or 729540. OLE color: 729540.
HSL color Cylindrical-coordinate representation of color #C4210B: hue angle of 7.14º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4210B is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 33 | 11 | - |
| CMYK | 0 | 0.83 | 0.94 | 0.23 |
| HSL | 7.14º | 0.89% | 0.41% | - |
| HSV(B) | 7.14º | 0.94% | 0.77% | - |
| XYZ | 23.37 | 12.85 | 1.56 | - |
| YUV | 79.23 | 89.5 | 211.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 33 | 11 | 0 | 0.83 | 0.94 | 0.23 | 7.14 | 0.89 | 0.41 |
| Hex | C4 | 21 | B | 0 | 53 | 5E | 17 | 7 | 59 | 29 |
| Octal | 304 | 41 | 13 | 0 | 123 | 136 | 27 | 7 | 131 | 51 |
| Binary | 11000100 | 100001 | 1011 | 0 | 1010011 | 1011110 | 10111 | 111 | 1011001 | 101001 |
Color Harmonies of #C4210B
Complementary color
Monochromatic Colors of #C4210B
Black with #C4210B
Text Example
Text Example
White with #C4210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4210B; }
p { color: rgb(196,33,11); }
H1.HeaderClassName
{
color: #C4210B;
}
.AnyTagClassName
{
color: #C4210B;
}
</style>
background-color css
<style>
a { background-color: #C4210B; }
a { background-color: rgb(196,33,11); }
div.DivClassName
{
background-color: #C4210B;
}
.BgClassName
{
background-color: #C4210B;
}
</style>
border-color css
<style>
span { border-color: #C4210B; }
span { border-color: rgb(196,33,11); }
td.TdClassName
{
border-color: #C4210B;
}
.TagClassName
{
border-color: #C4210B;
}
</style>