Html Css Color HEX #D4210B Harley Davidson Orange
📋 copy color: '#D4210B'red 212 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #D4210B
Tints of Harley Davidson Orange #D4210B
RGB
CMYK
RGB Variations
Color information
#D4210B (or 0xD4210B) is known color: Harley Davidson Orange. HEX triplet: D4, 21 and 0B. RGB value is (212,33,11). Sum of RGB (Red+Green+Blue) = 212+33+11=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 33 (13.28% from 255 or 12.89% from 256); Blue value is 11 (4.69% from 255 or 4.30% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D4210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4210B is #2BDEF4. Grayscale: #545454. Windows color (decimal): -2875125 or 729556. OLE color: 729556.
HSL color Cylindrical-coordinate representation of color #D4210B: hue angle of 6.57º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4210B is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 11 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.17 |
| HSL | 6.57º | 0.9% | 0.44% | - |
| HSV(B) | 6.57º | 0.95% | 0.83% | - |
| XYZ | 27.76 | 15.11 | 1.77 | - |
| YUV | 84.01 | 86.8 | 219.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 11 | 0 | 0.84 | 0.95 | 0.17 | 6.57 | 0.9 | 0.44 |
| Hex | D4 | 21 | B | 0 | 54 | 5F | 11 | 7 | 5A | 2C |
| Octal | 324 | 41 | 13 | 0 | 124 | 137 | 21 | 7 | 132 | 54 |
| Binary | 11010100 | 100001 | 1011 | 0 | 1010100 | 1011111 | 10001 | 111 | 1011010 | 101100 |
Color Harmonies of #D4210B
Complementary color
Monochromatic Colors of #D4210B
Black with #D4210B
Text Example
Text Example
White with #D4210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4210B; }
p { color: rgb(212,33,11); }
H1.HeaderClassName
{
color: #D4210B;
}
.AnyTagClassName
{
color: #D4210B;
}
</style>
background-color css
<style>
a { background-color: #D4210B; }
a { background-color: rgb(212,33,11); }
div.DivClassName
{
background-color: #D4210B;
}
.BgClassName
{
background-color: #D4210B;
}
</style>
border-color css
<style>
span { border-color: #D4210B; }
span { border-color: rgb(212,33,11); }
td.TdClassName
{
border-color: #D4210B;
}
.TagClassName
{
border-color: #D4210B;
}
</style>