Html Css Color HEX #D42712 Harley Davidson Orange
📋 copy color: '#D42712'red 212 ◦ green 39 ◦ blue 18
Shades of Harley Davidson Orange #D42712
Tints of Harley Davidson Orange #D42712
RGB
CMYK
RGB Variations
Color information
#D42712 (or 0xD42712) is known color: Harley Davidson Orange. HEX triplet: D4, 27 and 12. RGB value is (212,39,18). Sum of RGB (Red+Green+Blue) = 212+39+18=269 (35% of max value = 765). Red value is 212 (83.20% from 255 or 78.81% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 212 - color contains mainly: red. Hex color #D42712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D42712 is #2BD8ED. Grayscale: #585858. Windows color (decimal): -2873582 or 1189844. OLE color: 1189844.
HSL color Cylindrical-coordinate representation of color #D42712: hue angle of 6.49º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D42712 is Cyan = 0, Magento = 0.82, Yellow = 0.92 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 18 | - |
| CMYK | 0 | 0.82 | 0.92 | 0.17 |
| HSL | 6.49º | 0.84% | 0.45% | - |
| HSV(B) | 6.49º | 0.92% | 0.83% | - |
| XYZ | 27.99 | 15.49 | 2.09 | - |
| YUV | 88.33 | 88.31 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 18 | 0 | 0.82 | 0.92 | 0.17 | 6.49 | 0.84 | 0.45 |
| Hex | D4 | 27 | 12 | 0 | 52 | 5C | 11 | 6 | 54 | 2D |
| Octal | 324 | 47 | 22 | 0 | 122 | 134 | 21 | 6 | 124 | 55 |
| Binary | 11010100 | 100111 | 10010 | 0 | 1010010 | 1011100 | 10001 | 110 | 1010100 | 101101 |
Color Harmonies of #D42712
Complementary color
Monochromatic Colors of #D42712
Black with #D42712
Text Example
Text Example
White with #D42712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D42712; }
p { color: rgb(212,39,18); }
H1.HeaderClassName
{
color: #D42712;
}
.AnyTagClassName
{
color: #D42712;
}
</style>
background-color css
<style>
a { background-color: #D42712; }
a { background-color: rgb(212,39,18); }
div.DivClassName
{
background-color: #D42712;
}
.BgClassName
{
background-color: #D42712;
}
</style>
border-color css
<style>
span { border-color: #D42712; }
span { border-color: rgb(212,39,18); }
td.TdClassName
{
border-color: #D42712;
}
.TagClassName
{
border-color: #D42712;
}
</style>