Html Css Color HEX #DC2F09 Harley Davidson Orange
📋 copy color: '#DC2F09'red 220 ◦ green 47 ◦ blue 9
Shades of Harley Davidson Orange #DC2F09
Tints of Harley Davidson Orange #DC2F09
RGB
CMYK
RGB Variations
Color information
#DC2F09 (or 0xDC2F09) is known color: Harley Davidson Orange. HEX triplet: DC, 2F and 09. RGB value is (220,47,9). Sum of RGB (Red+Green+Blue) = 220+47+9=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 9 (3.91% from 255 or 3.26% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2F09 is #23D0F6. Grayscale: #5E5E5E. Windows color (decimal): -2347255 or 602076. OLE color: 602076.
HSL color Cylindrical-coordinate representation of color #DC2F09: hue angle of 10.81º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC2F09 is Cyan = 0, Magento = 0.79, Yellow = 0.96 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 47 | 9 | - |
| CMYK | 0 | 0.79 | 0.96 | 0.14 |
| HSL | 10.81º | 0.92% | 0.45% | - |
| HSV(B) | 10.81º | 0.96% | 0.86% | - |
| XYZ | 30.58 | 17.27 | 1.98 | - |
| YUV | 94.4 | 79.81 | 217.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 47 | 9 | 0 | 0.79 | 0.96 | 0.14 | 10.81 | 0.92 | 0.45 |
| Hex | DC | 2F | 9 | 0 | 4F | 60 | E | B | 5C | 2D |
| Octal | 334 | 57 | 11 | 0 | 117 | 140 | 16 | 13 | 134 | 55 |
| Binary | 11011100 | 101111 | 1001 | 0 | 1001111 | 1100000 | 1110 | 1011 | 1011100 | 101101 |
Color Harmonies of #DC2F09
Complementary color
Monochromatic Colors of #DC2F09
Black with #DC2F09
Text Example
Text Example
White with #DC2F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC2F09; }
p { color: rgb(220,47,9); }
H1.HeaderClassName
{
color: #DC2F09;
}
.AnyTagClassName
{
color: #DC2F09;
}
</style>
background-color css
<style>
a { background-color: #DC2F09; }
a { background-color: rgb(220,47,9); }
div.DivClassName
{
background-color: #DC2F09;
}
.BgClassName
{
background-color: #DC2F09;
}
</style>
border-color css
<style>
span { border-color: #DC2F09; }
span { border-color: rgb(220,47,9); }
td.TdClassName
{
border-color: #DC2F09;
}
.TagClassName
{
border-color: #DC2F09;
}
</style>