Html Css Color HEX #DC431B Harley Davidson Orange
📋 copy color: '#DC431B'red 220 ◦ green 67 ◦ blue 27
Shades of Harley Davidson Orange #DC431B
Tints of Harley Davidson Orange #DC431B
RGB
CMYK
RGB Variations
Color information
#DC431B (or 0xDC431B) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 1B. RGB value is (220,67,27). Sum of RGB (Red+Green+Blue) = 220+67+27=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC431B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC431B is #23BCE4. Grayscale: #6C6C6C. Windows color (decimal): -2342117 or 1786844. OLE color: 1786844.
HSL color Cylindrical-coordinate representation of color #DC431B: hue angle of 12.44º degrees, saturation: 0.78, 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 #DC431B is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 27 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.14 |
| HSL | 12.44º | 0.78% | 0.48% | - |
| HSV(B) | 12.44º | 0.88% | 0.86% | - |
| XYZ | 31.72 | 19.31 | 3.09 | - |
| YUV | 108.19 | 82.19 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 27 | 0 | 0.70 | 0.88 | 0.14 | 12.44 | 0.78 | 0.48 |
| Hex | DC | 43 | 1B | 0 | 46 | 58 | E | C | 4E | 30 |
| Octal | 334 | 103 | 33 | 0 | 106 | 130 | 16 | 14 | 116 | 60 |
| Binary | 11011100 | 1000011 | 11011 | 0 | 1000110 | 1011000 | 1110 | 1100 | 1001110 | 110000 |
Color Harmonies of #DC431B
Complementary color
Monochromatic Colors of #DC431B
Black with #DC431B
Text Example
Text Example
White with #DC431B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC431B; }
p { color: rgb(220,67,27); }
H1.HeaderClassName
{
color: #DC431B;
}
.AnyTagClassName
{
color: #DC431B;
}
</style>
background-color css
<style>
a { background-color: #DC431B; }
a { background-color: rgb(220,67,27); }
div.DivClassName
{
background-color: #DC431B;
}
.BgClassName
{
background-color: #DC431B;
}
</style>
border-color css
<style>
span { border-color: #DC431B; }
span { border-color: rgb(220,67,27); }
td.TdClassName
{
border-color: #DC431B;
}
.TagClassName
{
border-color: #DC431B;
}
</style>