Html Css Color HEX #DF210B Harley Davidson Orange
📋 copy color: '#DF210B'red 223 ◦ green 33 ◦ blue 11
Shades of Harley Davidson Orange #DF210B
Tints of Harley Davidson Orange #DF210B
RGB
CMYK
RGB Variations
Color information
#DF210B (or 0xDF210B) is known color: Harley Davidson Orange. HEX triplet: DF, 21 and 0B. RGB value is (223,33,11). Sum of RGB (Red+Green+Blue) = 223+33+11=267 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.52% from 267); Green value is 33 (13.28% from 255 or 12.36% from 267); Blue value is 11 (4.69% from 255 or 4.12% from 267); Max value from RGB is 223 - color contains mainly: red. Hex color #DF210B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF210B is #20DEF4. Grayscale: #575757. Windows color (decimal): -2154229 or 729567. OLE color: 729567.
HSL color Cylindrical-coordinate representation of color #DF210B: hue angle of 6.23º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DF210B is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 11 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.13 |
| HSL | 6.23º | 0.91% | 0.46% | - |
| HSV(B) | 6.23º | 0.95% | 0.87% | - |
| XYZ | 31.04 | 16.8 | 1.92 | - |
| YUV | 87.3 | 84.95 | 224.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 11 | 0 | 0.85 | 0.95 | 0.13 | 6.23 | 0.91 | 0.46 |
| Hex | DF | 21 | B | 0 | 55 | 5F | D | 6 | 5B | 2E |
| Octal | 337 | 41 | 13 | 0 | 125 | 137 | 15 | 6 | 133 | 56 |
| Binary | 11011111 | 100001 | 1011 | 0 | 1010101 | 1011111 | 1101 | 110 | 1011011 | 101110 |
Color Harmonies of #DF210B
Complementary color
Monochromatic Colors of #DF210B
Black with #DF210B
Text Example
Text Example
White with #DF210B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF210B; }
p { color: rgb(223,33,11); }
H1.HeaderClassName
{
color: #DF210B;
}
.AnyTagClassName
{
color: #DF210B;
}
</style>
background-color css
<style>
a { background-color: #DF210B; }
a { background-color: rgb(223,33,11); }
div.DivClassName
{
background-color: #DF210B;
}
.BgClassName
{
background-color: #DF210B;
}
</style>
border-color css
<style>
span { border-color: #DF210B; }
span { border-color: rgb(223,33,11); }
td.TdClassName
{
border-color: #DF210B;
}
.TagClassName
{
border-color: #DF210B;
}
</style>