Html Css Color HEX #DC331C Harley Davidson Orange
📋 copy color: '#DC331C'red 220 ◦ green 51 ◦ blue 28
Shades of Harley Davidson Orange #DC331C
Tints of Harley Davidson Orange #DC331C
RGB
CMYK
RGB Variations
Color information
#DC331C (or 0xDC331C) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 1C. RGB value is (220,51,28). Sum of RGB (Red+Green+Blue) = 220+51+28=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 28 (11.33% from 255 or 9.36% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC331C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC331C is #23CCE3. Grayscale: #636363. Windows color (decimal): -2346212 or 1848284. OLE color: 1848284.
HSL color Cylindrical-coordinate representation of color #DC331C: hue angle of 7.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 #DC331C is Cyan = 0, Magento = 0.77, Yellow = 0.87 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 51 | 28 | - |
| CMYK | 0 | 0.77 | 0.87 | 0.14 |
| HSL | 7.19º | 0.77% | 0.49% | - |
| HSV(B) | 7.19º | 0.87% | 0.86% | - |
| XYZ | 30.91 | 17.67 | 2.88 | - |
| YUV | 98.91 | 87.99 | 214.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 51 | 28 | 0 | 0.77 | 0.87 | 0.14 | 7.19 | 0.77 | 0.49 |
| Hex | DC | 33 | 1C | 0 | 4D | 57 | E | 7 | 4D | 31 |
| Octal | 334 | 63 | 34 | 0 | 115 | 127 | 16 | 7 | 115 | 61 |
| Binary | 11011100 | 110011 | 11100 | 0 | 1001101 | 1010111 | 1110 | 111 | 1001101 | 110001 |
Color Harmonies of #DC331C
Complementary color
Monochromatic Colors of #DC331C
Black with #DC331C
Text Example
Text Example
White with #DC331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC331C; }
p { color: rgb(220,51,28); }
H1.HeaderClassName
{
color: #DC331C;
}
.AnyTagClassName
{
color: #DC331C;
}
</style>
background-color css
<style>
a { background-color: #DC331C; }
a { background-color: rgb(220,51,28); }
div.DivClassName
{
background-color: #DC331C;
}
.BgClassName
{
background-color: #DC331C;
}
</style>
border-color css
<style>
span { border-color: #DC331C; }
span { border-color: rgb(220,51,28); }
td.TdClassName
{
border-color: #DC331C;
}
.TagClassName
{
border-color: #DC331C;
}
</style>