Html Css Color HEX #DA200C Harley Davidson Orange
📋 copy color: '#DA200C'red 218 ◦ green 32 ◦ blue 12
Shades of Harley Davidson Orange #DA200C
Tints of Harley Davidson Orange #DA200C
RGB
CMYK
RGB Variations
Color information
#DA200C (or 0xDA200C) is known color: Harley Davidson Orange. HEX triplet: DA, 20 and 0C. RGB value is (218,32,12). Sum of RGB (Red+Green+Blue) = 218+32+12=262 (34% of max value = 765). Red value is 218 (85.55% from 255 or 83.21% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 12 (5.08% from 255 or 4.58% from 262); Max value from RGB is 218 - color contains mainly: red. Hex color #DA200C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DA200C is #25DFF3. Grayscale: #555555. Windows color (decimal): -2482164 or 794842. OLE color: 794842.
HSL color Cylindrical-coordinate representation of color #DA200C: hue angle of 5.83º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA200C is Cyan = 0, Magento = 0.85, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 32 | 12 | - |
| CMYK | 0 | 0.85 | 0.94 | 0.15 |
| HSL | 5.83º | 0.9% | 0.45% | - |
| HSV(B) | 5.83º | 0.94% | 0.85% | - |
| XYZ | 29.5 | 15.96 | 1.87 | - |
| YUV | 85.33 | 86.62 | 222.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 32 | 12 | 0 | 0.85 | 0.94 | 0.15 | 5.83 | 0.9 | 0.45 |
| Hex | DA | 20 | C | 0 | 55 | 5E | F | 6 | 5A | 2D |
| Octal | 332 | 40 | 14 | 0 | 125 | 136 | 17 | 6 | 132 | 55 |
| Binary | 11011010 | 100000 | 1100 | 0 | 1010101 | 1011110 | 1111 | 110 | 1011010 | 101101 |
Color Harmonies of #DA200C
Complementary color
Monochromatic Colors of #DA200C
Black with #DA200C
Text Example
Text Example
White with #DA200C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA200C; }
p { color: rgb(218,32,12); }
H1.HeaderClassName
{
color: #DA200C;
}
.AnyTagClassName
{
color: #DA200C;
}
</style>
background-color css
<style>
a { background-color: #DA200C; }
a { background-color: rgb(218,32,12); }
div.DivClassName
{
background-color: #DA200C;
}
.BgClassName
{
background-color: #DA200C;
}
</style>
border-color css
<style>
span { border-color: #DA200C; }
span { border-color: rgb(218,32,12); }
td.TdClassName
{
border-color: #DA200C;
}
.TagClassName
{
border-color: #DA200C;
}
</style>