Html Css Color HEX #DC450C Harley Davidson Orange
📋 copy color: '#DC450C'red 220 ◦ green 69 ◦ blue 12
Shades of Harley Davidson Orange #DC450C
Tints of Harley Davidson Orange #DC450C
RGB
CMYK
RGB Variations
Color information
#DC450C (or 0xDC450C) is known color: Harley Davidson Orange. HEX triplet: DC, 45 and 0C. RGB value is (220,69,12). Sum of RGB (Red+Green+Blue) = 220+69+12=301 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.09% from 301); Green value is 69 (27.34% from 255 or 22.92% from 301); Blue value is 12 (5.08% from 255 or 3.99% from 301); Max value from RGB is 220 - color contains mainly: red. Hex color #DC450C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC450C is #23BAF3. Grayscale: #6C6C6C. Windows color (decimal): -2341620 or 804316. OLE color: 804316.
HSL color Cylindrical-coordinate representation of color #DC450C: hue angle of 16.44º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC450C is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 69 | 12 | - |
| CMYK | 0 | 0.69 | 0.95 | 0.14 |
| HSL | 16.44º | 0.9% | 0.45% | - |
| HSV(B) | 16.44º | 0.95% | 0.86% | - |
| XYZ | 31.71 | 19.5 | 2.44 | - |
| YUV | 107.65 | 74.03 | 208.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 69 | 12 | 0 | 0.69 | 0.95 | 0.14 | 16.44 | 0.9 | 0.45 |
| Hex | DC | 45 | C | 0 | 45 | 5F | E | 10 | 5A | 2D |
| Octal | 334 | 105 | 14 | 0 | 105 | 137 | 16 | 20 | 132 | 55 |
| Binary | 11011100 | 1000101 | 1100 | 0 | 1000101 | 1011111 | 1110 | 10000 | 1011010 | 101101 |
Color Harmonies of #DC450C
Complementary color
Monochromatic Colors of #DC450C
Black with #DC450C
Text Example
Text Example
White with #DC450C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC450C; }
p { color: rgb(220,69,12); }
H1.HeaderClassName
{
color: #DC450C;
}
.AnyTagClassName
{
color: #DC450C;
}
</style>
background-color css
<style>
a { background-color: #DC450C; }
a { background-color: rgb(220,69,12); }
div.DivClassName
{
background-color: #DC450C;
}
.BgClassName
{
background-color: #DC450C;
}
</style>
border-color css
<style>
span { border-color: #DC450C; }
span { border-color: rgb(220,69,12); }
td.TdClassName
{
border-color: #DC450C;
}
.TagClassName
{
border-color: #DC450C;
}
</style>