Html Css Color HEX #D24223 Harley Davidson Orange
📋 copy color: '#D24223'red 210 ◦ green 66 ◦ blue 35
Shades of Harley Davidson Orange #D24223
Tints of Harley Davidson Orange #D24223
RGB
CMYK
RGB Variations
Color information
#D24223 (or 0xD24223) is known color: Harley Davidson Orange. HEX triplet: D2, 42 and 23. RGB value is (210,66,35). Sum of RGB (Red+Green+Blue) = 210+66+35=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D24223 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D24223 is #2DBDDC. Grayscale: #696969. Windows color (decimal): -2997725 or 2310866. OLE color: 2310866.
HSL color Cylindrical-coordinate representation of color #D24223: hue angle of 10.63º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D24223 is Cyan = 0, Magento = 0.69, Yellow = 0.83 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 66 | 35 | - |
| CMYK | 0 | 0.69 | 0.83 | 0.18 |
| HSL | 10.63º | 0.71% | 0.48% | - |
| HSV(B) | 10.63º | 0.83% | 0.82% | - |
| XYZ | 28.83 | 17.72 | 3.49 | - |
| YUV | 105.52 | 88.21 | 202.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 66 | 35 | 0 | 0.69 | 0.83 | 0.18 | 10.63 | 0.71 | 0.48 |
| Hex | D2 | 42 | 23 | 0 | 45 | 53 | 12 | B | 47 | 30 |
| Octal | 322 | 102 | 43 | 0 | 105 | 123 | 22 | 13 | 107 | 60 |
| Binary | 11010010 | 1000010 | 100011 | 0 | 1000101 | 1010011 | 10010 | 1011 | 1000111 | 110000 |
Color Harmonies of #D24223
Complementary color
Monochromatic Colors of #D24223
Black with #D24223
Text Example
Text Example
White with #D24223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D24223; }
p { color: rgb(210,66,35); }
H1.HeaderClassName
{
color: #D24223;
}
.AnyTagClassName
{
color: #D24223;
}
</style>
background-color css
<style>
a { background-color: #D24223; }
a { background-color: rgb(210,66,35); }
div.DivClassName
{
background-color: #D24223;
}
.BgClassName
{
background-color: #D24223;
}
</style>
border-color css
<style>
span { border-color: #D24223; }
span { border-color: rgb(210,66,35); }
td.TdClassName
{
border-color: #D24223;
}
.TagClassName
{
border-color: #D24223;
}
</style>