Html Css Color HEX #DC431A Harley Davidson Orange
📋 copy color: '#DC431A'red 220 ◦ green 67 ◦ blue 26
Shades of Harley Davidson Orange #DC431A
Tints of Harley Davidson Orange #DC431A
RGB
CMYK
RGB Variations
Color information
#DC431A (or 0xDC431A) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 1A. RGB value is (220,67,26). Sum of RGB (Red+Green+Blue) = 220+67+26=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 67 (26.56% from 255 or 21.41% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC431A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC431A is #23BCE5. Grayscale: #6C6C6C. Windows color (decimal): -2342118 or 1721308. OLE color: 1721308.
HSL color Cylindrical-coordinate representation of color #DC431A: hue angle of 12.68º 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 #DC431A is Cyan = 0, Magento = 0.70, Yellow = 0.88 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 26 | - |
| CMYK | 0 | 0.70 | 0.88 | 0.14 |
| HSL | 12.68º | 0.79% | 0.48% | - |
| HSV(B) | 12.68º | 0.88% | 0.86% | - |
| XYZ | 31.71 | 19.3 | 3.03 | - |
| YUV | 108.07 | 81.69 | 207.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 26 | 0 | 0.70 | 0.88 | 0.14 | 12.68 | 0.79 | 0.48 |
| Hex | DC | 43 | 1A | 0 | 46 | 58 | E | D | 4F | 30 |
| Octal | 334 | 103 | 32 | 0 | 106 | 130 | 16 | 15 | 117 | 60 |
| Binary | 11011100 | 1000011 | 11010 | 0 | 1000110 | 1011000 | 1110 | 1101 | 1001111 | 110000 |
Color Harmonies of #DC431A
Complementary color
Monochromatic Colors of #DC431A
Black with #DC431A
Text Example
Text Example
White with #DC431A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC431A; }
p { color: rgb(220,67,26); }
H1.HeaderClassName
{
color: #DC431A;
}
.AnyTagClassName
{
color: #DC431A;
}
</style>
background-color css
<style>
a { background-color: #DC431A; }
a { background-color: rgb(220,67,26); }
div.DivClassName
{
background-color: #DC431A;
}
.BgClassName
{
background-color: #DC431A;
}
</style>
border-color css
<style>
span { border-color: #DC431A; }
span { border-color: rgb(220,67,26); }
td.TdClassName
{
border-color: #DC431A;
}
.TagClassName
{
border-color: #DC431A;
}
</style>