Html Css Color HEX #DE1A12 Harley Davidson Orange
📋 copy color: '#DE1A12'red 222 ◦ green 26 ◦ blue 18
Shades of Harley Davidson Orange #DE1A12
Tints of Harley Davidson Orange #DE1A12
RGB
CMYK
RGB Variations
Color information
#DE1A12 (or 0xDE1A12) is known color: Harley Davidson Orange. HEX triplet: DE, 1A and 12. RGB value is (222,26,18). Sum of RGB (Red+Green+Blue) = 222+26+18=266 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.46% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1A12 is #21E5ED. Grayscale: #535353. Windows color (decimal): -2221550 or 1186526. OLE color: 1186526.
HSL color Cylindrical-coordinate representation of color #DE1A12: hue angle of 2.35º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DE1A12 is Cyan = 0, Magento = 0.88, Yellow = 0.92 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 26 | 18 | - |
| CMYK | 0 | 0.88 | 0.92 | 0.13 |
| HSL | 2.35º | 0.85% | 0.47% | - |
| HSV(B) | 2.35º | 0.92% | 0.87% | - |
| XYZ | 30.6 | 16.31 | 2.11 | - |
| YUV | 83.69 | 90.93 | 226.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 26 | 18 | 0 | 0.88 | 0.92 | 0.13 | 2.35 | 0.85 | 0.47 |
| Hex | DE | 1A | 12 | 0 | 58 | 5C | D | 2 | 55 | 2F |
| Octal | 336 | 32 | 22 | 0 | 130 | 134 | 15 | 2 | 125 | 57 |
| Binary | 11011110 | 11010 | 10010 | 0 | 1011000 | 1011100 | 1101 | 10 | 1010101 | 101111 |
Color Harmonies of #DE1A12
Complementary color
Monochromatic Colors of #DE1A12
Black with #DE1A12
Text Example
Text Example
White with #DE1A12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1A12; }
p { color: rgb(222,26,18); }
H1.HeaderClassName
{
color: #DE1A12;
}
.AnyTagClassName
{
color: #DE1A12;
}
</style>
background-color css
<style>
a { background-color: #DE1A12; }
a { background-color: rgb(222,26,18); }
div.DivClassName
{
background-color: #DE1A12;
}
.BgClassName
{
background-color: #DE1A12;
}
</style>
border-color css
<style>
span { border-color: #DE1A12; }
span { border-color: rgb(222,26,18); }
td.TdClassName
{
border-color: #DE1A12;
}
.TagClassName
{
border-color: #DE1A12;
}
</style>