Html Css Color HEX #DA1C18 Harley Davidson Orange
📋 copy color: '#DA1C18'red 218 ◦ green 28 ◦ blue 24
Shades of Harley Davidson Orange #DA1C18
Tints of Harley Davidson Orange #DA1C18
RGB
CMYK
RGB Variations
Color information
#DA1C18 (or 0xDA1C18) is known color: Harley Davidson Orange. HEX triplet: DA, 1C and 18. RGB value is (218,28,24). Sum of RGB (Red+Green+Blue) = 218+28+24=270 (35% of max value = 765). Red value is 218 (85.55% from 255 or 80.74% from 270); Green value is 28 (11.33% from 255 or 10.37% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 218 - color contains mainly: red. Hex color #DA1C18 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA1C18 is #25E3E7. Grayscale: #545454. Windows color (decimal): -2483176 or 1580250. OLE color: 1580250.
HSL color Cylindrical-coordinate representation of color #DA1C18: hue angle of 1.24º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DA1C18 is Cyan = 0, Magento = 0.87, Yellow = 0.89 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 28 | 24 | - |
| CMYK | 0 | 0.87 | 0.89 | 0.15 |
| HSL | 1.24º | 0.8% | 0.47% | - |
| HSV(B) | 1.24º | 0.89% | 0.85% | - |
| XYZ | 29.49 | 15.8 | 2.36 | - |
| YUV | 84.35 | 93.95 | 223.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 28 | 24 | 0 | 0.87 | 0.89 | 0.15 | 1.24 | 0.8 | 0.47 |
| Hex | DA | 1C | 18 | 0 | 57 | 59 | F | 1 | 50 | 2F |
| Octal | 332 | 34 | 30 | 0 | 127 | 131 | 17 | 1 | 120 | 57 |
| Binary | 11011010 | 11100 | 11000 | 0 | 1010111 | 1011001 | 1111 | 1 | 1010000 | 101111 |
Color Harmonies of #DA1C18
Complementary color
Monochromatic Colors of #DA1C18
Black with #DA1C18
Text Example
Text Example
White with #DA1C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA1C18; }
p { color: rgb(218,28,24); }
H1.HeaderClassName
{
color: #DA1C18;
}
.AnyTagClassName
{
color: #DA1C18;
}
</style>
background-color css
<style>
a { background-color: #DA1C18; }
a { background-color: rgb(218,28,24); }
div.DivClassName
{
background-color: #DA1C18;
}
.BgClassName
{
background-color: #DA1C18;
}
</style>
border-color css
<style>
span { border-color: #DA1C18; }
span { border-color: rgb(218,28,24); }
td.TdClassName
{
border-color: #DA1C18;
}
.TagClassName
{
border-color: #DA1C18;
}
</style>