Html Css Color HEX #D2450D Harley Davidson Orange
📋 copy color: '#D2450D'red 210 ◦ green 69 ◦ blue 13
Shades of Harley Davidson Orange #D2450D
Tints of Harley Davidson Orange #D2450D
RGB
CMYK
RGB Variations
Color information
#D2450D (or 0xD2450D) is known color: Harley Davidson Orange. HEX triplet: D2, 45 and 0D. RGB value is (210,69,13). Sum of RGB (Red+Green+Blue) = 210+69+13=292 (38% of max value = 765). Red value is 210 (82.42% from 255 or 71.92% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 13 (5.47% from 255 or 4.45% from 292); Max value from RGB is 210 - color contains mainly: red. Hex color #D2450D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D2450D is #2DBAF2. Grayscale: #696969. Windows color (decimal): -2996979 or 869842. OLE color: 869842.
HSL color Cylindrical-coordinate representation of color #D2450D: hue angle of 17.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2450D is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 69 | 13 | - |
| CMYK | 0 | 0.67 | 0.94 | 0.18 |
| HSL | 17.06º | 0.88% | 0.44% | - |
| HSV(B) | 17.06º | 0.94% | 0.82% | - |
| XYZ | 28.78 | 17.99 | 2.34 | - |
| YUV | 104.78 | 76.21 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 69 | 13 | 0 | 0.67 | 0.94 | 0.18 | 17.06 | 0.88 | 0.44 |
| Hex | D2 | 45 | D | 0 | 43 | 5E | 12 | 11 | 58 | 2C |
| Octal | 322 | 105 | 15 | 0 | 103 | 136 | 22 | 21 | 130 | 54 |
| Binary | 11010010 | 1000101 | 1101 | 0 | 1000011 | 1011110 | 10010 | 10001 | 1011000 | 101100 |
Color Harmonies of #D2450D
Complementary color
Monochromatic Colors of #D2450D
Black with #D2450D
Text Example
Text Example
White with #D2450D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2450D; }
p { color: rgb(210,69,13); }
H1.HeaderClassName
{
color: #D2450D;
}
.AnyTagClassName
{
color: #D2450D;
}
</style>
background-color css
<style>
a { background-color: #D2450D; }
a { background-color: rgb(210,69,13); }
div.DivClassName
{
background-color: #D2450D;
}
.BgClassName
{
background-color: #D2450D;
}
</style>
border-color css
<style>
span { border-color: #D2450D; }
span { border-color: rgb(210,69,13); }
td.TdClassName
{
border-color: #D2450D;
}
.TagClassName
{
border-color: #D2450D;
}
</style>