Html Css Color HEX #DA2B05 Harley Davidson Orange
📋 copy color: '#DA2B05'red 218 ◦ green 43 ◦ blue 5
Shades of Harley Davidson Orange #DA2B05
Tints of Harley Davidson Orange #DA2B05
RGB
CMYK
RGB Variations
Color information
#DA2B05 (or 0xDA2B05) is known color: Harley Davidson Orange. HEX triplet: DA, 2B and 05. RGB value is (218,43,5). Sum of RGB (Red+Green+Blue) = 218+43+5=266 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.95% from 266); Green value is 43 (17.19% from 255 or 16.17% from 266); Blue value is 5 (2.34% from 255 or 1.88% from 266); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2B05 is #25D4FA. Grayscale: #5B5B5B. Windows color (decimal): -2479355 or 338906. OLE color: 338906.
HSL color Cylindrical-coordinate representation of color #DA2B05: hue angle of 10.7º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA2B05 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 43 | 5 | - |
CMYK | 0 | 0.80 | 0.98 | 0.15 |
HSL | 10.7º | 0.96% | 0.44% | - |
HSV(B) | 10.7º | 0.98% | 0.85% | - |
XYZ | 29.8 | 16.64 | 1.79 | - |
YUV | 90.99 | 79.48 | 218.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 43 | 5 | 0 | 0.80 | 0.98 | 0.15 | 10.7 | 0.96 | 0.44 |
Hex | DA | 2B | 5 | 0 | 50 | 62 | F | B | 60 | 2C |
Octal | 332 | 53 | 5 | 0 | 120 | 142 | 17 | 13 | 140 | 54 |
Binary | 11011010 | 101011 | 101 | 0 | 1010000 | 1100010 | 1111 | 1011 | 1100000 | 101100 |
Color Harmonies of #DA2B05
Complementary color
Monochromatic Colors of #DA2B05
Black with #DA2B05
Text Example
Text Example
White with #DA2B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2B05; }
p { color: rgb(218,43,5); }
H1.HeaderClassName
{
color: #DA2B05;
}
.AnyTagClassName
{
color: #DA2B05;
}
</style>
background-color css
<style>
a { background-color: #DA2B05; }
a { background-color: rgb(218,43,5); }
div.DivClassName
{
background-color: #DA2B05;
}
.BgClassName
{
background-color: #DA2B05;
}
</style>
border-color css
<style>
span { border-color: #DA2B05; }
span { border-color: rgb(218,43,5); }
td.TdClassName
{
border-color: #DA2B05;
}
.TagClassName
{
border-color: #DA2B05;
}
</style>