Html Css Color HEX #DF210C Harley Davidson Orange
📋 copy color: '#DF210C'red 223 ◦ green 33 ◦ blue 12
Shades of Harley Davidson Orange #DF210C
Tints of Harley Davidson Orange #DF210C
RGB
CMYK
RGB Variations
Color information
#DF210C (or 0xDF210C) is known color: Harley Davidson Orange. HEX triplet: DF, 21 and 0C. RGB value is (223,33,12). Sum of RGB (Red+Green+Blue) = 223+33+12=268 (35% of max value = 765). Red value is 223 (87.5% from 255 or 83.21% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 223 - color contains mainly: red. Hex color #DF210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF210C is #20DEF3. Grayscale: #575757. Windows color (decimal): -2154228 or 795103. OLE color: 795103.
HSL color Cylindrical-coordinate representation of color #DF210C: hue angle of 5.97º degrees, saturation: 0.9, 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 #DF210C is Cyan = 0, Magento = 0.85, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 33 | 12 | - |
| CMYK | 0 | 0.85 | 0.95 | 0.13 |
| HSL | 5.97º | 0.9% | 0.46% | - |
| HSV(B) | 5.97º | 0.95% | 0.87% | - |
| XYZ | 31.04 | 16.8 | 1.95 | - |
| YUV | 87.42 | 85.45 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 33 | 12 | 0 | 0.85 | 0.95 | 0.13 | 5.97 | 0.9 | 0.46 |
| Hex | DF | 21 | C | 0 | 55 | 5F | D | 6 | 5A | 2E |
| Octal | 337 | 41 | 14 | 0 | 125 | 137 | 15 | 6 | 132 | 56 |
| Binary | 11011111 | 100001 | 1100 | 0 | 1010101 | 1011111 | 1101 | 110 | 1011010 | 101110 |
Color Harmonies of #DF210C
Complementary color
Monochromatic Colors of #DF210C
Black with #DF210C
Text Example
Text Example
White with #DF210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF210C; }
p { color: rgb(223,33,12); }
H1.HeaderClassName
{
color: #DF210C;
}
.AnyTagClassName
{
color: #DF210C;
}
</style>
background-color css
<style>
a { background-color: #DF210C; }
a { background-color: rgb(223,33,12); }
div.DivClassName
{
background-color: #DF210C;
}
.BgClassName
{
background-color: #DF210C;
}
</style>
border-color css
<style>
span { border-color: #DF210C; }
span { border-color: rgb(223,33,12); }
td.TdClassName
{
border-color: #DF210C;
}
.TagClassName
{
border-color: #DF210C;
}
</style>