Html Css Color HEX #D4251E Harley Davidson Orange
📋 copy color: '#D4251E'red 212 ◦ green 37 ◦ blue 30
Shades of Harley Davidson Orange #D4251E
Tints of Harley Davidson Orange #D4251E
RGB
CMYK
RGB Variations
Color information
#D4251E (or 0xD4251E) is known color: Harley Davidson Orange. HEX triplet: D4, 25 and 1E. RGB value is (212,37,30). Sum of RGB (Red+Green+Blue) = 212+37+30=279 (36% of max value = 765). Red value is 212 (83.20% from 255 or 75.99% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 30 (12.11% from 255 or 10.75% from 279); Max value from RGB is 212 - color contains mainly: red. Hex color #D4251E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4251E is #2BDAE1. Grayscale: #585858. Windows color (decimal): -2874082 or 1975764. OLE color: 1975764.
HSL color Cylindrical-coordinate representation of color #D4251E: hue angle of 2.31º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4251E is Cyan = 0, Magento = 0.83, Yellow = 0.86 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 37 | 30 | - |
| CMYK | 0 | 0.83 | 0.86 | 0.17 |
| HSL | 2.31º | 0.75% | 0.47% | - |
| HSV(B) | 2.31º | 0.86% | 0.83% | - |
| XYZ | 28.05 | 15.41 | 2.73 | - |
| YUV | 88.53 | 94.98 | 216.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 37 | 30 | 0 | 0.83 | 0.86 | 0.17 | 2.31 | 0.75 | 0.47 |
| Hex | D4 | 25 | 1E | 0 | 53 | 56 | 11 | 2 | 4B | 2F |
| Octal | 324 | 45 | 36 | 0 | 123 | 126 | 21 | 2 | 113 | 57 |
| Binary | 11010100 | 100101 | 11110 | 0 | 1010011 | 1010110 | 10001 | 10 | 1001011 | 101111 |
Color Harmonies of #D4251E
Complementary color
Monochromatic Colors of #D4251E
Black with #D4251E
Text Example
Text Example
White with #D4251E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4251E; }
p { color: rgb(212,37,30); }
H1.HeaderClassName
{
color: #D4251E;
}
.AnyTagClassName
{
color: #D4251E;
}
</style>
background-color css
<style>
a { background-color: #D4251E; }
a { background-color: rgb(212,37,30); }
div.DivClassName
{
background-color: #D4251E;
}
.BgClassName
{
background-color: #D4251E;
}
</style>
border-color css
<style>
span { border-color: #D4251E; }
span { border-color: rgb(212,37,30); }
td.TdClassName
{
border-color: #D4251E;
}
.TagClassName
{
border-color: #D4251E;
}
</style>