Html Css Color HEX #DA2703 Harley Davidson Orange
📋 copy color: '#DA2703'red 218 ◦ green 39 ◦ blue 3
Shades of Harley Davidson Orange #DA2703
Tints of Harley Davidson Orange #DA2703
RGB
CMYK
RGB Variations
Color information
#DA2703 (or 0xDA2703) is known color: Harley Davidson Orange. HEX triplet: DA, 27 and 03. RGB value is (218,39,3). Sum of RGB (Red+Green+Blue) = 218+39+3=260 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.85% from 260); Green value is 39 (15.62% from 255 or 15% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 218 - color contains mainly: red. Hex color #DA2703 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA2703 is #25D8FC. Grayscale: #585858. Windows color (decimal): -2480381 or 206810. OLE color: 206810.
HSL color Cylindrical-coordinate representation of color #DA2703: hue angle of 10.05º degrees, saturation: 0.97, 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 #DA2703 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 3 | - |
| CMYK | 0 | 0.82 | 0.99 | 0.15 |
| HSL | 10.05º | 0.97% | 0.43% | - |
| HSV(B) | 10.05º | 0.99% | 0.85% | - |
| XYZ | 29.66 | 16.36 | 1.68 | - |
| YUV | 88.42 | 79.8 | 220.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 3 | 0 | 0.82 | 0.99 | 0.15 | 10.05 | 0.97 | 0.43 |
| Hex | DA | 27 | 3 | 0 | 52 | 63 | F | A | 61 | 2B |
| Octal | 332 | 47 | 3 | 0 | 122 | 143 | 17 | 12 | 141 | 53 |
| Binary | 11011010 | 100111 | 11 | 0 | 1010010 | 1100011 | 1111 | 1010 | 1100001 | 101011 |
Color Harmonies of #DA2703
Complementary color
Monochromatic Colors of #DA2703
Black with #DA2703
Text Example
Text Example
White with #DA2703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA2703; }
p { color: rgb(218,39,3); }
H1.HeaderClassName
{
color: #DA2703;
}
.AnyTagClassName
{
color: #DA2703;
}
</style>
background-color css
<style>
a { background-color: #DA2703; }
a { background-color: rgb(218,39,3); }
div.DivClassName
{
background-color: #DA2703;
}
.BgClassName
{
background-color: #DA2703;
}
</style>
border-color css
<style>
span { border-color: #DA2703; }
span { border-color: rgb(218,39,3); }
td.TdClassName
{
border-color: #DA2703;
}
.TagClassName
{
border-color: #DA2703;
}
</style>