Html Css Color HEX #DF270B Harley Davidson Orange
📋 copy color: '#DF270B'red 223 ◦ green 39 ◦ blue 11
Shades of Harley Davidson Orange #DF270B
Tints of Harley Davidson Orange #DF270B
RGB
CMYK
RGB Variations
Color information
#DF270B (or 0xDF270B) is known color: Harley Davidson Orange. HEX triplet: DF, 27 and 0B. RGB value is (223,39,11). Sum of RGB (Red+Green+Blue) = 223+39+11=273 (36% of max value = 765). Red value is 223 (87.5% from 255 or 81.68% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 223 - color contains mainly: red. Hex color #DF270B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DF270B is #20D8F4. Grayscale: #5B5B5B. Windows color (decimal): -2152693 or 731103. OLE color: 731103.
HSL color Cylindrical-coordinate representation of color #DF270B: hue angle of 7.92º degrees, saturation: 0.91, 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 #DF270B is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 39 | 11 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.13 |
| HSL | 7.92º | 0.91% | 0.46% | - |
| HSV(B) | 7.92º | 0.95% | 0.87% | - |
| XYZ | 31.22 | 17.16 | 1.98 | - |
| YUV | 90.82 | 82.96 | 222.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 39 | 11 | 0 | 0.83 | 0.95 | 0.13 | 7.92 | 0.91 | 0.46 |
| Hex | DF | 27 | B | 0 | 53 | 5F | D | 8 | 5B | 2E |
| Octal | 337 | 47 | 13 | 0 | 123 | 137 | 15 | 10 | 133 | 56 |
| Binary | 11011111 | 100111 | 1011 | 0 | 1010011 | 1011111 | 1101 | 1000 | 1011011 | 101110 |
Color Harmonies of #DF270B
Complementary color
Monochromatic Colors of #DF270B
Black with #DF270B
Text Example
Text Example
White with #DF270B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF270B; }
p { color: rgb(223,39,11); }
H1.HeaderClassName
{
color: #DF270B;
}
.AnyTagClassName
{
color: #DF270B;
}
</style>
background-color css
<style>
a { background-color: #DF270B; }
a { background-color: rgb(223,39,11); }
div.DivClassName
{
background-color: #DF270B;
}
.BgClassName
{
background-color: #DF270B;
}
</style>
border-color css
<style>
span { border-color: #DF270B; }
span { border-color: rgb(223,39,11); }
td.TdClassName
{
border-color: #DF270B;
}
.TagClassName
{
border-color: #DF270B;
}
</style>