Html Css Color HEX #DC431C Harley Davidson Orange
📋 copy color: '#DC431C'red 220 ◦ green 67 ◦ blue 28
Shades of Harley Davidson Orange #DC431C
Tints of Harley Davidson Orange #DC431C
RGB
CMYK
RGB Variations
Color information
#DC431C (or 0xDC431C) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 1C. RGB value is (220,67,28). Sum of RGB (Red+Green+Blue) = 220+67+28=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 67 (26.56% from 255 or 21.27% from 315); Blue value is 28 (11.33% from 255 or 8.89% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC431C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC431C is #23BCE3. Grayscale: #6C6C6C. Windows color (decimal): -2342116 or 1852380. OLE color: 1852380.
HSL color Cylindrical-coordinate representation of color #DC431C: hue angle of 12.19º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC431C is Cyan = 0, Magento = 0.70, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 67 | 28 | - |
| CMYK | 0 | 0.70 | 0.87 | 0.14 |
| HSL | 12.19º | 0.77% | 0.49% | - |
| HSV(B) | 12.19º | 0.87% | 0.86% | - |
| XYZ | 31.73 | 19.31 | 3.15 | - |
| YUV | 108.3 | 82.69 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 67 | 28 | 0 | 0.70 | 0.87 | 0.14 | 12.19 | 0.77 | 0.49 |
| Hex | DC | 43 | 1C | 0 | 46 | 57 | E | C | 4D | 31 |
| Octal | 334 | 103 | 34 | 0 | 106 | 127 | 16 | 14 | 115 | 61 |
| Binary | 11011100 | 1000011 | 11100 | 0 | 1000110 | 1010111 | 1110 | 1100 | 1001101 | 110001 |
Color Harmonies of #DC431C
Complementary color
Monochromatic Colors of #DC431C
Black with #DC431C
Text Example
Text Example
White with #DC431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC431C; }
p { color: rgb(220,67,28); }
H1.HeaderClassName
{
color: #DC431C;
}
.AnyTagClassName
{
color: #DC431C;
}
</style>
background-color css
<style>
a { background-color: #DC431C; }
a { background-color: rgb(220,67,28); }
div.DivClassName
{
background-color: #DC431C;
}
.BgClassName
{
background-color: #DC431C;
}
</style>
border-color css
<style>
span { border-color: #DC431C; }
span { border-color: rgb(220,67,28); }
td.TdClassName
{
border-color: #DC431C;
}
.TagClassName
{
border-color: #DC431C;
}
</style>