Html Css Color HEX #DC230F Harley Davidson Orange
📋 copy color: '#DC230F'red 220 ◦ green 35 ◦ blue 15
Shades of Harley Davidson Orange #DC230F
Tints of Harley Davidson Orange #DC230F
RGB
CMYK
RGB Variations
Color information
#DC230F (or 0xDC230F) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 0F. RGB value is (220,35,15). Sum of RGB (Red+Green+Blue) = 220+35+15=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC230F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC230F is #23DCF0. Grayscale: #585858. Windows color (decimal): -2350321 or 992220. OLE color: 992220.
HSL color Cylindrical-coordinate representation of color #DC230F: hue angle of 5.85º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC230F is Cyan = 0, Magento = 0.84, Yellow = 0.93 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 15 | - |
| CMYK | 0 | 0.84 | 0.93 | 0.14 |
| HSL | 5.85º | 0.87% | 0.46% | - |
| HSV(B) | 5.85º | 0.93% | 0.86% | - |
| XYZ | 30.2 | 16.45 | 2.04 | - |
| YUV | 88.04 | 86.79 | 222.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 15 | 0 | 0.84 | 0.93 | 0.14 | 5.85 | 0.87 | 0.46 |
| Hex | DC | 23 | F | 0 | 54 | 5D | E | 6 | 57 | 2E |
| Octal | 334 | 43 | 17 | 0 | 124 | 135 | 16 | 6 | 127 | 56 |
| Binary | 11011100 | 100011 | 1111 | 0 | 1010100 | 1011101 | 1110 | 110 | 1010111 | 101110 |
Color Harmonies of #DC230F
Complementary color
Monochromatic Colors of #DC230F
Black with #DC230F
Text Example
Text Example
White with #DC230F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC230F; }
p { color: rgb(220,35,15); }
H1.HeaderClassName
{
color: #DC230F;
}
.AnyTagClassName
{
color: #DC230F;
}
</style>
background-color css
<style>
a { background-color: #DC230F; }
a { background-color: rgb(220,35,15); }
div.DivClassName
{
background-color: #DC230F;
}
.BgClassName
{
background-color: #DC230F;
}
</style>
border-color css
<style>
span { border-color: #DC230F; }
span { border-color: rgb(220,35,15); }
td.TdClassName
{
border-color: #DC230F;
}
.TagClassName
{
border-color: #DC230F;
}
</style>