Html Css Color HEX #DC3803 Harley Davidson Orange
📋 copy color: '#DC3803'red 220 ◦ green 56 ◦ blue 3
Shades of Harley Davidson Orange #DC3803
Tints of Harley Davidson Orange #DC3803
RGB
CMYK
RGB Variations
Color information
#DC3803 (or 0xDC3803) is known color: Harley Davidson Orange. HEX triplet: DC, 38 and 03. RGB value is (220,56,3). Sum of RGB (Red+Green+Blue) = 220+56+3=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 56 (22.27% from 255 or 20.07% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3803 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3803 is #23C7FC. Grayscale: #636363. Windows color (decimal): -2344957 or 211164. OLE color: 211164.
HSL color Cylindrical-coordinate representation of color #DC3803: hue angle of 14.65º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC3803 is Cyan = 0, Magento = 0.75, Yellow = 0.99 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 56 | 3 | - |
| CMYK | 0 | 0.75 | 0.99 | 0.14 |
| HSL | 14.65º | 0.97% | 0.44% | - |
| HSV(B) | 14.65º | 0.99% | 0.86% | - |
| XYZ | 30.95 | 18.05 | 1.94 | - |
| YUV | 98.99 | 73.83 | 214.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 56 | 3 | 0 | 0.75 | 0.99 | 0.14 | 14.65 | 0.97 | 0.44 |
| Hex | DC | 38 | 3 | 0 | 4B | 63 | E | F | 61 | 2C |
| Octal | 334 | 70 | 3 | 0 | 113 | 143 | 16 | 17 | 141 | 54 |
| Binary | 11011100 | 111000 | 11 | 0 | 1001011 | 1100011 | 1110 | 1111 | 1100001 | 101100 |
Color Harmonies of #DC3803
Complementary color
Monochromatic Colors of #DC3803
Black with #DC3803
Text Example
Text Example
White with #DC3803
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC3803; }
p { color: rgb(220,56,3); }
H1.HeaderClassName
{
color: #DC3803;
}
.AnyTagClassName
{
color: #DC3803;
}
</style>
background-color css
<style>
a { background-color: #DC3803; }
a { background-color: rgb(220,56,3); }
div.DivClassName
{
background-color: #DC3803;
}
.BgClassName
{
background-color: #DC3803;
}
</style>
border-color css
<style>
span { border-color: #DC3803; }
span { border-color: rgb(220,56,3); }
td.TdClassName
{
border-color: #DC3803;
}
.TagClassName
{
border-color: #DC3803;
}
</style>