Html Css Color HEX #D04213 Harley Davidson Orange
📋 copy color: '#D04213'red 208 ◦ green 66 ◦ blue 19
Shades of Harley Davidson Orange #D04213
Tints of Harley Davidson Orange #D04213
RGB
CMYK
RGB Variations
Color information
#D04213 (or 0xD04213) is known color: Harley Davidson Orange. HEX triplet: D0, 42 and 13. RGB value is (208,66,19). Sum of RGB (Red+Green+Blue) = 208+66+19=293 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.99% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 208 - color contains mainly: red. Hex color #D04213 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D04213 is #2FBDEC. Grayscale: #676767. Windows color (decimal): -3128813 or 1262288. OLE color: 1262288.
HSL color Cylindrical-coordinate representation of color #D04213: hue angle of 14.92º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D04213 is Cyan = 0, Magento = 0.68, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 66 | 19 | - |
| CMYK | 0 | 0.68 | 0.91 | 0.18 |
| HSL | 14.92º | 0.83% | 0.45% | - |
| HSV(B) | 14.92º | 0.91% | 0.82% | - |
| XYZ | 28.08 | 17.35 | 2.49 | - |
| YUV | 103.1 | 80.54 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 19 | 0 | 0.68 | 0.91 | 0.18 | 14.92 | 0.83 | 0.45 |
| Hex | D0 | 42 | 13 | 0 | 44 | 5B | 12 | F | 53 | 2D |
| Octal | 320 | 102 | 23 | 0 | 104 | 133 | 22 | 17 | 123 | 55 |
| Binary | 11010000 | 1000010 | 10011 | 0 | 1000100 | 1011011 | 10010 | 1111 | 1010011 | 101101 |
Color Harmonies of #D04213
Complementary color
Monochromatic Colors of #D04213
Black with #D04213
Text Example
Text Example
White with #D04213
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04213; }
p { color: rgb(208,66,19); }
H1.HeaderClassName
{
color: #D04213;
}
.AnyTagClassName
{
color: #D04213;
}
</style>
background-color css
<style>
a { background-color: #D04213; }
a { background-color: rgb(208,66,19); }
div.DivClassName
{
background-color: #D04213;
}
.BgClassName
{
background-color: #D04213;
}
</style>
border-color css
<style>
span { border-color: #D04213; }
span { border-color: rgb(208,66,19); }
td.TdClassName
{
border-color: #D04213;
}
.TagClassName
{
border-color: #D04213;
}
</style>