Html Css Color HEX #DD270C Harley Davidson Orange
📋 copy color: '#DD270C'red 221 ◦ green 39 ◦ blue 12
Shades of Harley Davidson Orange #DD270C
Tints of Harley Davidson Orange #DD270C
RGB
CMYK
RGB Variations
Color information
#DD270C (or 0xDD270C) is known color: Harley Davidson Orange. HEX triplet: DD, 27 and 0C. RGB value is (221,39,12). Sum of RGB (Red+Green+Blue) = 221+39+12=272 (36% of max value = 765). Red value is 221 (86.72% from 255 or 81.25% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 221 - color contains mainly: red. Hex color #DD270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD270C is #22D8F3. Grayscale: #5A5A5A. Windows color (decimal): -2283764 or 796637. OLE color: 796637.
HSL color Cylindrical-coordinate representation of color #DD270C: hue angle of 7.75º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD270C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 39 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.13 |
| HSL | 7.75º | 0.9% | 0.46% | - |
| HSV(B) | 7.75º | 0.95% | 0.87% | - |
| XYZ | 30.61 | 16.85 | 1.99 | - |
| YUV | 90.34 | 83.8 | 221.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 39 | 12 | 0 | 0.82 | 0.95 | 0.13 | 7.75 | 0.9 | 0.46 |
| Hex | DD | 27 | C | 0 | 52 | 5F | D | 8 | 5A | 2E |
| Octal | 335 | 47 | 14 | 0 | 122 | 137 | 15 | 10 | 132 | 56 |
| Binary | 11011101 | 100111 | 1100 | 0 | 1010010 | 1011111 | 1101 | 1000 | 1011010 | 101110 |
Color Harmonies of #DD270C
Complementary color
Monochromatic Colors of #DD270C
Black with #DD270C
Text Example
Text Example
White with #DD270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD270C; }
p { color: rgb(221,39,12); }
H1.HeaderClassName
{
color: #DD270C;
}
.AnyTagClassName
{
color: #DD270C;
}
</style>
background-color css
<style>
a { background-color: #DD270C; }
a { background-color: rgb(221,39,12); }
div.DivClassName
{
background-color: #DD270C;
}
.BgClassName
{
background-color: #DD270C;
}
</style>
border-color css
<style>
span { border-color: #DD270C; }
span { border-color: rgb(221,39,12); }
td.TdClassName
{
border-color: #DD270C;
}
.TagClassName
{
border-color: #DD270C;
}
</style>