Html Css Color HEX #DC421A Harley Davidson Orange
📋 copy color: '#DC421A'red 220 ◦ green 66 ◦ blue 26
Shades of Harley Davidson Orange #DC421A
Tints of Harley Davidson Orange #DC421A
RGB
CMYK
RGB Variations
Color information
#DC421A (or 0xDC421A) is known color: Harley Davidson Orange. HEX triplet: DC, 42 and 1A. RGB value is (220,66,26). Sum of RGB (Red+Green+Blue) = 220+66+26=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC421A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC421A is #23BDE5. Grayscale: #6B6B6B. Windows color (decimal): -2342374 or 1721052. OLE color: 1721052.
HSL color Cylindrical-coordinate representation of color #DC421A: hue angle of 12.37º 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 #DC421A is Cyan = 0, Magento = 0.7, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 66 | 26 | - |
| CMYK | 0 | 0.7 | 0.88 | 0.14 |
| HSL | 12.37º | 0.79% | 0.48% | - |
| HSV(B) | 12.37º | 0.88% | 0.86% | - |
| XYZ | 31.65 | 19.19 | 3.01 | - |
| YUV | 107.49 | 82.02 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 66 | 26 | 0 | 0.7 | 0.88 | 0.14 | 12.37 | 0.79 | 0.48 |
| Hex | DC | 42 | 1A | 0 | 46 | 58 | E | C | 4F | 30 |
| Octal | 334 | 102 | 32 | 0 | 106 | 130 | 16 | 14 | 117 | 60 |
| Binary | 11011100 | 1000010 | 11010 | 0 | 1000110 | 1011000 | 1110 | 1100 | 1001111 | 110000 |
Color Harmonies of #DC421A
Complementary color
Monochromatic Colors of #DC421A
Black with #DC421A
Text Example
Text Example
White with #DC421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC421A; }
p { color: rgb(220,66,26); }
H1.HeaderClassName
{
color: #DC421A;
}
.AnyTagClassName
{
color: #DC421A;
}
</style>
background-color css
<style>
a { background-color: #DC421A; }
a { background-color: rgb(220,66,26); }
div.DivClassName
{
background-color: #DC421A;
}
.BgClassName
{
background-color: #DC421A;
}
</style>
border-color css
<style>
span { border-color: #DC421A; }
span { border-color: rgb(220,66,26); }
td.TdClassName
{
border-color: #DC421A;
}
.TagClassName
{
border-color: #DC421A;
}
</style>