Html Css Color HEX #DC241A Harley Davidson Orange
📋 copy color: '#DC241A'red 220 ◦ green 36 ◦ blue 26
Shades of Harley Davidson Orange #DC241A
Tints of Harley Davidson Orange #DC241A
RGB
CMYK
RGB Variations
Color information
#DC241A (or 0xDC241A) is known color: Harley Davidson Orange. HEX triplet: DC, 24 and 1A. RGB value is (220,36,26). Sum of RGB (Red+Green+Blue) = 220+36+26=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 36 (14.45% from 255 or 12.77% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC241A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC241A is #23DBE5. Grayscale: #5A5A5A. Windows color (decimal): -2350054 or 1713372. OLE color: 1713372.
HSL color Cylindrical-coordinate representation of color #DC241A: hue angle of 3.09º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DC241A is Cyan = 0, Magento = 0.84, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 36 | 26 | - |
| CMYK | 0 | 0.84 | 0.88 | 0.14 |
| HSL | 3.09º | 0.79% | 0.48% | - |
| HSV(B) | 3.09º | 0.88% | 0.86% | - |
| XYZ | 30.33 | 16.55 | 2.57 | - |
| YUV | 89.88 | 91.96 | 220.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 36 | 26 | 0 | 0.84 | 0.88 | 0.14 | 3.09 | 0.79 | 0.48 |
| Hex | DC | 24 | 1A | 0 | 54 | 58 | E | 3 | 4F | 30 |
| Octal | 334 | 44 | 32 | 0 | 124 | 130 | 16 | 3 | 117 | 60 |
| Binary | 11011100 | 100100 | 11010 | 0 | 1010100 | 1011000 | 1110 | 11 | 1001111 | 110000 |
Color Harmonies of #DC241A
Complementary color
Monochromatic Colors of #DC241A
Black with #DC241A
Text Example
Text Example
White with #DC241A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC241A; }
p { color: rgb(220,36,26); }
H1.HeaderClassName
{
color: #DC241A;
}
.AnyTagClassName
{
color: #DC241A;
}
</style>
background-color css
<style>
a { background-color: #DC241A; }
a { background-color: rgb(220,36,26); }
div.DivClassName
{
background-color: #DC241A;
}
.BgClassName
{
background-color: #DC241A;
}
</style>
border-color css
<style>
span { border-color: #DC241A; }
span { border-color: rgb(220,36,26); }
td.TdClassName
{
border-color: #DC241A;
}
.TagClassName
{
border-color: #DC241A;
}
</style>