Html Css Color HEX #D23401 Harley Davidson Orange
📋 copy color: '#D23401'red 210 ◦ green 52 ◦ blue 1
Shades of Harley Davidson Orange #D23401
Tints of Harley Davidson Orange #D23401
RGB
CMYK
RGB Variations
Color information
#D23401 (or 0xD23401) is known color: Harley Davidson Orange. HEX triplet: D2, 34 and 01. RGB value is (210,52,1). Sum of RGB (Red+Green+Blue) = 210+52+1=263 (34% of max value = 765). Red value is 210 (82.42% from 255 or 79.85% from 263); Green value is 52 (20.70% from 255 or 19.77% from 263); Blue value is 1 (0.78% from 255 or 0.38% from 263); Max value from RGB is 210 - color contains mainly: red. Hex color #D23401 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23401 is #2DCBFE. Grayscale: #5D5D5D. Windows color (decimal): -3001343 or 79058. OLE color: 79058.
HSL color Cylindrical-coordinate representation of color #D23401: hue angle of 14.64º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D23401 is Cyan = 0, Magento = 0.75, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 52 | 1 | - |
| CMYK | 0 | 0.75 | 1.00 | 0.18 |
| HSL | 14.64º | 0.99% | 0.41% | - |
| HSV(B) | 14.64º | 1% | 0.82% | - |
| XYZ | 27.81 | 16.16 | 1.68 | - |
| YUV | 93.43 | 75.85 | 211.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 52 | 1 | 0 | 0.75 | 1.00 | 0.18 | 14.64 | 0.99 | 0.41 |
| Hex | D2 | 34 | 1 | 0 | 4B | 64 | 12 | F | 63 | 29 |
| Octal | 322 | 64 | 1 | 0 | 113 | 144 | 22 | 17 | 143 | 51 |
| Binary | 11010010 | 110100 | 1 | 0 | 1001011 | 1100100 | 10010 | 1111 | 1100011 | 101001 |
Color Harmonies of #D23401
Complementary color
Monochromatic Colors of #D23401
Black with #D23401
Text Example
Text Example
White with #D23401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D23401; }
p { color: rgb(210,52,1); }
H1.HeaderClassName
{
color: #D23401;
}
.AnyTagClassName
{
color: #D23401;
}
</style>
background-color css
<style>
a { background-color: #D23401; }
a { background-color: rgb(210,52,1); }
div.DivClassName
{
background-color: #D23401;
}
.BgClassName
{
background-color: #D23401;
}
</style>
border-color css
<style>
span { border-color: #D23401; }
span { border-color: rgb(210,52,1); }
td.TdClassName
{
border-color: #D23401;
}
.TagClassName
{
border-color: #D23401;
}
</style>