Html Css Color HEX #D23F21 Harley Davidson Orange
📋 copy color: '#D23F21'red 210 ◦ green 63 ◦ blue 33
Shades of Harley Davidson Orange #D23F21
Tints of Harley Davidson Orange #D23F21
RGB
CMYK
RGB Variations
Color information
#D23F21 (or 0xD23F21) is known color: Harley Davidson Orange. HEX triplet: D2, 3F and 21. RGB value is (210,63,33). Sum of RGB (Red+Green+Blue) = 210+63+33=306 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.63% from 306); Green value is 63 (25% from 255 or 20.59% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 210 - color contains mainly: red. Hex color #D23F21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23F21 is #2DC0DE. Grayscale: #676767. Windows color (decimal): -2998495 or 2179026. OLE color: 2179026.
HSL color Cylindrical-coordinate representation of color #D23F21: hue angle of 10.17º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D23F21 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 63 | 33 | - |
| CMYK | 0 | 0.70 | 0.84 | 0.18 |
| HSL | 10.17º | 0.73% | 0.48% | - |
| HSV(B) | 10.17º | 0.84% | 0.82% | - |
| XYZ | 28.63 | 17.37 | 3.28 | - |
| YUV | 103.53 | 88.2 | 203.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 63 | 33 | 0 | 0.70 | 0.84 | 0.18 | 10.17 | 0.73 | 0.48 |
| Hex | D2 | 3F | 21 | 0 | 46 | 54 | 12 | A | 49 | 30 |
| Octal | 322 | 77 | 41 | 0 | 106 | 124 | 22 | 12 | 111 | 60 |
| Binary | 11010010 | 111111 | 100001 | 0 | 1000110 | 1010100 | 10010 | 1010 | 1001001 | 110000 |
Color Harmonies of #D23F21
Complementary color
Monochromatic Colors of #D23F21
Black with #D23F21
Text Example
Text Example
White with #D23F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23F21; }
p { color: rgb(210,63,33); }
H1.HeaderClassName
{
color: #D23F21;
}
.AnyTagClassName
{
color: #D23F21;
}
</style>
background-color css
<style>
a { background-color: #D23F21; }
a { background-color: rgb(210,63,33); }
div.DivClassName
{
background-color: #D23F21;
}
.BgClassName
{
background-color: #D23F21;
}
</style>
border-color css
<style>
span { border-color: #D23F21; }
span { border-color: rgb(210,63,33); }
td.TdClassName
{
border-color: #D23F21;
}
.TagClassName
{
border-color: #D23F21;
}
</style>