Html Css Color HEX #D02F0D Harley Davidson Orange
📋 copy color: '#D02F0D'red 208 ◦ green 47 ◦ blue 13
Shades of Harley Davidson Orange #D02F0D
Tints of Harley Davidson Orange #D02F0D
RGB
CMYK
RGB Variations
Color information
#D02F0D (or 0xD02F0D) is known color: Harley Davidson Orange. HEX triplet: D0, 2F and 0D. RGB value is (208,47,13). Sum of RGB (Red+Green+Blue) = 208+47+13=268 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.61% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 13 (5.47% from 255 or 4.85% from 268); Max value from RGB is 208 - color contains mainly: red. Hex color #D02F0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02F0D is #2FD0F2. Grayscale: #5B5B5B. Windows color (decimal): -3133683 or 864208. OLE color: 864208.
HSL color Cylindrical-coordinate representation of color #D02F0D: hue angle of 10.46º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D02F0D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 47 | 13 | - |
| CMYK | 0 | 0.77 | 0.94 | 0.18 |
| HSL | 10.46º | 0.88% | 0.43% | - |
| HSV(B) | 10.46º | 0.94% | 0.82% | - |
| XYZ | 27.1 | 15.47 | 1.94 | - |
| YUV | 91.26 | 83.84 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 47 | 13 | 0 | 0.77 | 0.94 | 0.18 | 10.46 | 0.88 | 0.43 |
| Hex | D0 | 2F | D | 0 | 4D | 5E | 12 | A | 58 | 2B |
| Octal | 320 | 57 | 15 | 0 | 115 | 136 | 22 | 12 | 130 | 53 |
| Binary | 11010000 | 101111 | 1101 | 0 | 1001101 | 1011110 | 10010 | 1010 | 1011000 | 101011 |
Color Harmonies of #D02F0D
Complementary color
Monochromatic Colors of #D02F0D
Black with #D02F0D
Text Example
Text Example
White with #D02F0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02F0D; }
p { color: rgb(208,47,13); }
H1.HeaderClassName
{
color: #D02F0D;
}
.AnyTagClassName
{
color: #D02F0D;
}
</style>
background-color css
<style>
a { background-color: #D02F0D; }
a { background-color: rgb(208,47,13); }
div.DivClassName
{
background-color: #D02F0D;
}
.BgClassName
{
background-color: #D02F0D;
}
</style>
border-color css
<style>
span { border-color: #D02F0D; }
span { border-color: rgb(208,47,13); }
td.TdClassName
{
border-color: #D02F0D;
}
.TagClassName
{
border-color: #D02F0D;
}
</style>