Html Css Color HEX #D23121 Harley Davidson Orange
📋 copy color: '#D23121'red 210 ◦ green 49 ◦ blue 33
Shades of Harley Davidson Orange #D23121
Tints of Harley Davidson Orange #D23121
RGB
CMYK
RGB Variations
Color information
#D23121 (or 0xD23121) is known color: Harley Davidson Orange. HEX triplet: D2, 31 and 21. RGB value is (210,49,33). Sum of RGB (Red+Green+Blue) = 210+49+33=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D23121 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23121 is #2DCEDE. Grayscale: #5F5F5F. Windows color (decimal): -3002079 or 2175442. OLE color: 2175442.
HSL color Cylindrical-coordinate representation of color #D23121: hue angle of 5.42º 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 #D23121 is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 49 | 33 | - |
| CMYK | 0 | 0.77 | 0.84 | 0.18 |
| HSL | 5.42º | 0.73% | 0.48% | - |
| HSV(B) | 5.42º | 0.84% | 0.82% | - |
| XYZ | 27.95 | 16.01 | 3.06 | - |
| YUV | 95.32 | 92.84 | 209.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 49 | 33 | 0 | 0.77 | 0.84 | 0.18 | 5.42 | 0.73 | 0.48 |
| Hex | D2 | 31 | 21 | 0 | 4D | 54 | 12 | 5 | 49 | 30 |
| Octal | 322 | 61 | 41 | 0 | 115 | 124 | 22 | 5 | 111 | 60 |
| Binary | 11010010 | 110001 | 100001 | 0 | 1001101 | 1010100 | 10010 | 101 | 1001001 | 110000 |
Color Harmonies of #D23121
Complementary color
Monochromatic Colors of #D23121
Black with #D23121
Text Example
Text Example
White with #D23121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23121; }
p { color: rgb(210,49,33); }
H1.HeaderClassName
{
color: #D23121;
}
.AnyTagClassName
{
color: #D23121;
}
</style>
background-color css
<style>
a { background-color: #D23121; }
a { background-color: rgb(210,49,33); }
div.DivClassName
{
background-color: #D23121;
}
.BgClassName
{
background-color: #D23121;
}
</style>
border-color css
<style>
span { border-color: #D23121; }
span { border-color: rgb(210,49,33); }
td.TdClassName
{
border-color: #D23121;
}
.TagClassName
{
border-color: #D23121;
}
</style>