Html Css Color HEX #DC230C Harley Davidson Orange
📋 copy color: '#DC230C'red 220 ◦ green 35 ◦ blue 12
Shades of Harley Davidson Orange #DC230C
Tints of Harley Davidson Orange #DC230C
RGB
CMYK
RGB Variations
Color information
#DC230C (or 0xDC230C) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 0C. RGB value is (220,35,12). Sum of RGB (Red+Green+Blue) = 220+35+12=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC230C is #23DCF3. Grayscale: #575757. Windows color (decimal): -2350324 or 795612. OLE color: 795612.
HSL color Cylindrical-coordinate representation of color #DC230C: hue angle of 6.63º 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 #DC230C is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 12 | - |
| CMYK | 0 | 0.84 | 0.95 | 0.14 |
| HSL | 6.63º | 0.9% | 0.45% | - |
| HSV(B) | 6.63º | 0.95% | 0.86% | - |
| XYZ | 30.18 | 16.44 | 1.93 | - |
| YUV | 87.69 | 85.29 | 222.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 12 | 0 | 0.84 | 0.95 | 0.14 | 6.63 | 0.9 | 0.45 |
| Hex | DC | 23 | C | 0 | 54 | 5F | E | 7 | 5A | 2D |
| Octal | 334 | 43 | 14 | 0 | 124 | 137 | 16 | 7 | 132 | 55 |
| Binary | 11011100 | 100011 | 1100 | 0 | 1010100 | 1011111 | 1110 | 111 | 1011010 | 101101 |
Color Harmonies of #DC230C
Complementary color
Monochromatic Colors of #DC230C
Black with #DC230C
Text Example
Text Example
White with #DC230C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC230C; }
p { color: rgb(220,35,12); }
H1.HeaderClassName
{
color: #DC230C;
}
.AnyTagClassName
{
color: #DC230C;
}
</style>
background-color css
<style>
a { background-color: #DC230C; }
a { background-color: rgb(220,35,12); }
div.DivClassName
{
background-color: #DC230C;
}
.BgClassName
{
background-color: #DC230C;
}
</style>
border-color css
<style>
span { border-color: #DC230C; }
span { border-color: rgb(220,35,12); }
td.TdClassName
{
border-color: #DC230C;
}
.TagClassName
{
border-color: #DC230C;
}
</style>