Html Css Color HEX #DA270A Harley Davidson Orange
📋 copy color: '#DA270A'red 218 ◦ green 39 ◦ blue 10
Shades of Harley Davidson Orange #DA270A
Tints of Harley Davidson Orange #DA270A
RGB
CMYK
RGB Variations
Color information
#DA270A (or 0xDA270A) is known color: Harley Davidson Orange. HEX triplet: DA, 27 and 0A. RGB value is (218,39,10). Sum of RGB (Red+Green+Blue) = 218+39+10=267 (35% of max value = 765). Red value is 218 (85.55% from 255 or 81.65% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 10 (4.30% from 255 or 3.75% from 267); Max value from RGB is 218 - color contains mainly: red. Hex color #DA270A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA270A is #25D8F5. Grayscale: #595959. Windows color (decimal): -2480374 or 665562. OLE color: 665562.
HSL color Cylindrical-coordinate representation of color #DA270A: hue angle of 8.37º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DA270A is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 39 | 10 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.15 |
| HSL | 8.37º | 0.91% | 0.45% | - |
| HSV(B) | 8.37º | 0.95% | 0.85% | - |
| XYZ | 29.69 | 16.38 | 1.88 | - |
| YUV | 89.22 | 83.3 | 219.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 39 | 10 | 0 | 0.82 | 0.95 | 0.15 | 8.37 | 0.91 | 0.45 |
| Hex | DA | 27 | A | 0 | 52 | 5F | F | 8 | 5B | 2D |
| Octal | 332 | 47 | 12 | 0 | 122 | 137 | 17 | 10 | 133 | 55 |
| Binary | 11011010 | 100111 | 1010 | 0 | 1010010 | 1011111 | 1111 | 1000 | 1011011 | 101101 |
Color Harmonies of #DA270A
Complementary color
Monochromatic Colors of #DA270A
Black with #DA270A
Text Example
Text Example
White with #DA270A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA270A; }
p { color: rgb(218,39,10); }
H1.HeaderClassName
{
color: #DA270A;
}
.AnyTagClassName
{
color: #DA270A;
}
</style>
background-color css
<style>
a { background-color: #DA270A; }
a { background-color: rgb(218,39,10); }
div.DivClassName
{
background-color: #DA270A;
}
.BgClassName
{
background-color: #DA270A;
}
</style>
border-color css
<style>
span { border-color: #DA270A; }
span { border-color: rgb(218,39,10); }
td.TdClassName
{
border-color: #DA270A;
}
.TagClassName
{
border-color: #DA270A;
}
</style>