Html Css Color HEX #D12D02 Harley Davidson Orange
📋 copy color: '#D12D02'red 209 ◦ green 45 ◦ blue 2
Shades of Harley Davidson Orange #D12D02
Tints of Harley Davidson Orange #D12D02
RGB
CMYK
RGB Variations
Color information
#D12D02 (or 0xD12D02) is known color: Harley Davidson Orange. HEX triplet: D1, 2D and 02. RGB value is (209,45,2). Sum of RGB (Red+Green+Blue) = 209+45+2=256 (33% of max value = 765). Red value is 209 (82.03% from 255 or 81.64% from 256); Green value is 45 (17.97% from 255 or 17.58% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 209 - color contains mainly: red. Hex color #D12D02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D12D02 is #2ED2FD. Grayscale: #595959. Windows color (decimal): -3068670 or 142801. OLE color: 142801.
HSL color Cylindrical-coordinate representation of color #D12D02: hue angle of 12.46º 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 #D12D02 is Cyan = 0, Magento = 0.78, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 45 | 2 | - |
| CMYK | 0 | 0.78 | 0.99 | 0.18 |
| HSL | 12.46º | 0.98% | 0.41% | - |
| HSV(B) | 12.46º | 0.99% | 0.82% | - |
| XYZ | 27.24 | 15.44 | 1.6 | - |
| YUV | 89.13 | 78.83 | 213.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 45 | 2 | 0 | 0.78 | 0.99 | 0.18 | 12.46 | 0.98 | 0.41 |
| Hex | D1 | 2D | 2 | 0 | 4E | 63 | 12 | C | 62 | 29 |
| Octal | 321 | 55 | 2 | 0 | 116 | 143 | 22 | 14 | 142 | 51 |
| Binary | 11010001 | 101101 | 10 | 0 | 1001110 | 1100011 | 10010 | 1100 | 1100010 | 101001 |
Color Harmonies of #D12D02
Complementary color
Monochromatic Colors of #D12D02
Black with #D12D02
Text Example
Text Example
White with #D12D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D12D02; }
p { color: rgb(209,45,2); }
H1.HeaderClassName
{
color: #D12D02;
}
.AnyTagClassName
{
color: #D12D02;
}
</style>
background-color css
<style>
a { background-color: #D12D02; }
a { background-color: rgb(209,45,2); }
div.DivClassName
{
background-color: #D12D02;
}
.BgClassName
{
background-color: #D12D02;
}
</style>
border-color css
<style>
span { border-color: #D12D02; }
span { border-color: rgb(209,45,2); }
td.TdClassName
{
border-color: #D12D02;
}
.TagClassName
{
border-color: #D12D02;
}
</style>