Html Css Color HEX #D02C12 Harley Davidson Orange
📋 copy color: '#D02C12'red 208 ◦ green 44 ◦ blue 18
Shades of Harley Davidson Orange #D02C12
Tints of Harley Davidson Orange #D02C12
RGB
CMYK
RGB Variations
Color information
#D02C12 (or 0xD02C12) is known color: Harley Davidson Orange. HEX triplet: D0, 2C and 12. RGB value is (208,44,18). Sum of RGB (Red+Green+Blue) = 208+44+18=270 (35% of max value = 765). Red value is 208 (81.64% from 255 or 77.04% from 270); Green value is 44 (17.58% from 255 or 16.30% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 208 - color contains mainly: red. Hex color #D02C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02C12 is #2FD3ED. Grayscale: #5A5A5A. Windows color (decimal): -3134446 or 1191120. OLE color: 1191120.
HSL color Cylindrical-coordinate representation of color #D02C12: hue angle of 8.21º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D02C12 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 44 | 18 | - |
| CMYK | 0 | 0.79 | 0.91 | 0.18 |
| HSL | 8.21º | 0.84% | 0.44% | - |
| HSV(B) | 8.21º | 0.91% | 0.82% | - |
| XYZ | 27.02 | 15.25 | 2.09 | - |
| YUV | 90.07 | 87.33 | 212.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 44 | 18 | 0 | 0.79 | 0.91 | 0.18 | 8.21 | 0.84 | 0.44 |
| Hex | D0 | 2C | 12 | 0 | 4F | 5B | 12 | 8 | 54 | 2C |
| Octal | 320 | 54 | 22 | 0 | 117 | 133 | 22 | 10 | 124 | 54 |
| Binary | 11010000 | 101100 | 10010 | 0 | 1001111 | 1011011 | 10010 | 1000 | 1010100 | 101100 |
Color Harmonies of #D02C12
Complementary color
Monochromatic Colors of #D02C12
Black with #D02C12
Text Example
Text Example
White with #D02C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02C12; }
p { color: rgb(208,44,18); }
H1.HeaderClassName
{
color: #D02C12;
}
.AnyTagClassName
{
color: #D02C12;
}
</style>
background-color css
<style>
a { background-color: #D02C12; }
a { background-color: rgb(208,44,18); }
div.DivClassName
{
background-color: #D02C12;
}
.BgClassName
{
background-color: #D02C12;
}
</style>
border-color css
<style>
span { border-color: #D02C12; }
span { border-color: rgb(208,44,18); }
td.TdClassName
{
border-color: #D02C12;
}
.TagClassName
{
border-color: #D02C12;
}
</style>