Html Css Color HEX #DA2702 Harley Davidson Orange
📋 copy color: '#DA2702'red 218 ◦ green 39 ◦ blue 2
Shades of Harley Davidson Orange #DA2702
Tints of Harley Davidson Orange #DA2702
RGB
CMYK
RGB Variations
Color information
#DA2702 (or 0xDA2702) is known color: Harley Davidson Orange. HEX triplet: DA, 27 and 02. RGB value is (218,39,2). Sum of RGB (Red+Green+Blue) = 218+39+2=259 (34% of max value = 765). Red value is 218 (85.55% from 255 or 84.17% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2702 is #25D8FD. Grayscale: #585858. Windows color (decimal): -2480382 or 141274. OLE color: 141274.
HSL color Cylindrical-coordinate representation of color #DA2702: hue angle of 10.28º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DA2702 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 2 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.15 |
| HSL | 10.28º | 0.98% | 0.43% | - |
| HSV(B) | 10.28º | 0.99% | 0.85% | - |
| XYZ | 29.65 | 16.36 | 1.65 | - |
| YUV | 88.3 | 79.3 | 220.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 2 | 0 | 0.82 | 0.99 | 0.15 | 10.28 | 0.98 | 0.43 |
| Hex | DA | 27 | 2 | 0 | 52 | 63 | F | A | 62 | 2B |
| Octal | 332 | 47 | 2 | 0 | 122 | 143 | 17 | 12 | 142 | 53 |
| Binary | 11011010 | 100111 | 10 | 0 | 1010010 | 1100011 | 1111 | 1010 | 1100010 | 101011 |
Color Harmonies of #DA2702
Complementary color
Monochromatic Colors of #DA2702
Black with #DA2702
Text Example
Text Example
White with #DA2702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2702; }
p { color: rgb(218,39,2); }
H1.HeaderClassName
{
color: #DA2702;
}
.AnyTagClassName
{
color: #DA2702;
}
</style>
background-color css
<style>
a { background-color: #DA2702; }
a { background-color: rgb(218,39,2); }
div.DivClassName
{
background-color: #DA2702;
}
.BgClassName
{
background-color: #DA2702;
}
</style>
border-color css
<style>
span { border-color: #DA2702; }
span { border-color: rgb(218,39,2); }
td.TdClassName
{
border-color: #DA2702;
}
.TagClassName
{
border-color: #DA2702;
}
</style>