Html Css Color HEX #D23C21 Harley Davidson Orange
📋 copy color: '#D23C21'red 210 ◦ green 60 ◦ blue 33
Shades of Harley Davidson Orange #D23C21
Tints of Harley Davidson Orange #D23C21
RGB
CMYK
RGB Variations
Color information
#D23C21 (or 0xD23C21) is known color: Harley Davidson Orange. HEX triplet: D2, 3C and 21. RGB value is (210,60,33). Sum of RGB (Red+Green+Blue) = 210+60+33=303 (40% of max value = 765). Red value is 210 (82.42% from 255 or 69.31% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 33 (13.28% from 255 or 10.89% from 303); Max value from RGB is 210 - color contains mainly: red. Hex color #D23C21 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23C21 is #2DC3DE. Grayscale: #666666. Windows color (decimal): -2999263 or 2178258. OLE color: 2178258.
HSL color Cylindrical-coordinate representation of color #D23C21: hue angle of 9.15º 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 #D23C21 is Cyan = 0, Magento = 0.71, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 60 | 33 | - |
| CMYK | 0 | 0.71 | 0.84 | 0.18 |
| HSL | 9.15º | 0.73% | 0.48% | - |
| HSV(B) | 9.15º | 0.84% | 0.82% | - |
| XYZ | 28.47 | 17.04 | 3.23 | - |
| YUV | 101.77 | 89.2 | 205.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 60 | 33 | 0 | 0.71 | 0.84 | 0.18 | 9.15 | 0.73 | 0.48 |
| Hex | D2 | 3C | 21 | 0 | 47 | 54 | 12 | 9 | 49 | 30 |
| Octal | 322 | 74 | 41 | 0 | 107 | 124 | 22 | 11 | 111 | 60 |
| Binary | 11010010 | 111100 | 100001 | 0 | 1000111 | 1010100 | 10010 | 1001 | 1001001 | 110000 |
Color Harmonies of #D23C21
Complementary color
Monochromatic Colors of #D23C21
Black with #D23C21
Text Example
Text Example
White with #D23C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23C21; }
p { color: rgb(210,60,33); }
H1.HeaderClassName
{
color: #D23C21;
}
.AnyTagClassName
{
color: #D23C21;
}
</style>
background-color css
<style>
a { background-color: #D23C21; }
a { background-color: rgb(210,60,33); }
div.DivClassName
{
background-color: #D23C21;
}
.BgClassName
{
background-color: #D23C21;
}
</style>
border-color css
<style>
span { border-color: #D23C21; }
span { border-color: rgb(210,60,33); }
td.TdClassName
{
border-color: #D23C21;
}
.TagClassName
{
border-color: #D23C21;
}
</style>