Html Css Color HEX #D11F02 Harley Davidson Orange
📋 copy color: '#D11F02'red 209 ◦ green 31 ◦ blue 2
Shades of Harley Davidson Orange #D11F02
Tints of Harley Davidson Orange #D11F02
RGB
CMYK
RGB Variations
Color information
#D11F02 (or 0xD11F02) is known color: Harley Davidson Orange. HEX triplet: D1, 1F and 02. RGB value is (209,31,2). Sum of RGB (Red+Green+Blue) = 209+31+2=242 (32% of max value = 765). Red value is 209 (82.03% from 255 or 86.36% from 242); Green value is 31 (12.5% from 255 or 12.81% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 209 - color contains mainly: red. Hex color #D11F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D11F02 is #2EE0FD. Grayscale: #515151. Windows color (decimal): -3072254 or 139217. OLE color: 139217.
HSL color Cylindrical-coordinate representation of color #D11F02: hue angle of 8.41º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D11F02 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 31 | 2 | - |
| CMYK | 0 | 0.85 | 0.99 | 0.18 |
| HSL | 8.41º | 0.98% | 0.41% | - |
| HSV(B) | 8.41º | 0.99% | 0.82% | - |
| XYZ | 26.8 | 14.54 | 1.45 | - |
| YUV | 80.92 | 83.47 | 219.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 31 | 2 | 0 | 0.85 | 0.99 | 0.18 | 8.41 | 0.98 | 0.41 |
| Hex | D1 | 1F | 2 | 0 | 55 | 63 | 12 | 8 | 62 | 29 |
| Octal | 321 | 37 | 2 | 0 | 125 | 143 | 22 | 10 | 142 | 51 |
| Binary | 11010001 | 11111 | 10 | 0 | 1010101 | 1100011 | 10010 | 1000 | 1100010 | 101001 |
Color Harmonies of #D11F02
Complementary color
Monochromatic Colors of #D11F02
Black with #D11F02
Text Example
Text Example
White with #D11F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D11F02; }
p { color: rgb(209,31,2); }
H1.HeaderClassName
{
color: #D11F02;
}
.AnyTagClassName
{
color: #D11F02;
}
</style>
background-color css
<style>
a { background-color: #D11F02; }
a { background-color: rgb(209,31,2); }
div.DivClassName
{
background-color: #D11F02;
}
.BgClassName
{
background-color: #D11F02;
}
</style>
border-color css
<style>
span { border-color: #D11F02; }
span { border-color: rgb(209,31,2); }
td.TdClassName
{
border-color: #D11F02;
}
.TagClassName
{
border-color: #D11F02;
}
</style>