Html Css Color HEX #D4270D Harley Davidson Orange
📋 copy color: '#D4270D'red 212 ◦ green 39 ◦ blue 13
Shades of Harley Davidson Orange #D4270D
Tints of Harley Davidson Orange #D4270D
RGB
CMYK
RGB Variations
Color information
#D4270D (or 0xD4270D) is known color: Harley Davidson Orange. HEX triplet: D4, 27 and 0D. RGB value is (212,39,13). Sum of RGB (Red+Green+Blue) = 212+39+13=264 (34% of max value = 765). Red value is 212 (83.20% from 255 or 80.30% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 13 (5.47% from 255 or 4.92% from 264); Max value from RGB is 212 - color contains mainly: red. Hex color #D4270D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D4270D is #2BD8F2. Grayscale: #585858. Windows color (decimal): -2873587 or 862164. OLE color: 862164.
HSL color Cylindrical-coordinate representation of color #D4270D: hue angle of 7.84º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4270D is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 39 | 13 | - |
| CMYK | 0 | 0.82 | 0.94 | 0.17 |
| HSL | 7.84º | 0.88% | 0.44% | - |
| HSV(B) | 7.84º | 0.94% | 0.83% | - |
| XYZ | 27.95 | 15.48 | 1.9 | - |
| YUV | 87.76 | 85.81 | 216.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 39 | 13 | 0 | 0.82 | 0.94 | 0.17 | 7.84 | 0.88 | 0.44 |
| Hex | D4 | 27 | D | 0 | 52 | 5E | 11 | 8 | 58 | 2C |
| Octal | 324 | 47 | 15 | 0 | 122 | 136 | 21 | 10 | 130 | 54 |
| Binary | 11010100 | 100111 | 1101 | 0 | 1010010 | 1011110 | 10001 | 1000 | 1011000 | 101100 |
Color Harmonies of #D4270D
Complementary color
Monochromatic Colors of #D4270D
Black with #D4270D
Text Example
Text Example
White with #D4270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4270D; }
p { color: rgb(212,39,13); }
H1.HeaderClassName
{
color: #D4270D;
}
.AnyTagClassName
{
color: #D4270D;
}
</style>
background-color css
<style>
a { background-color: #D4270D; }
a { background-color: rgb(212,39,13); }
div.DivClassName
{
background-color: #D4270D;
}
.BgClassName
{
background-color: #D4270D;
}
</style>
border-color css
<style>
span { border-color: #D4270D; }
span { border-color: rgb(212,39,13); }
td.TdClassName
{
border-color: #D4270D;
}
.TagClassName
{
border-color: #D4270D;
}
</style>