Html Css Color HEX #DE270C Harley Davidson Orange
📋 copy color: '#DE270C'red 222 ◦ green 39 ◦ blue 12
Shades of Harley Davidson Orange #DE270C
Tints of Harley Davidson Orange #DE270C
RGB
CMYK
RGB Variations
Color information
#DE270C (or 0xDE270C) is known color: Harley Davidson Orange. HEX triplet: DE, 27 and 0C. RGB value is (222,39,12). Sum of RGB (Red+Green+Blue) = 222+39+12=273 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.32% from 273); Green value is 39 (15.62% from 255 or 14.29% from 273); Blue value is 12 (5.08% from 255 or 4.40% from 273); Max value from RGB is 222 - color contains mainly: red. Hex color #DE270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE270C is #21D8F3. Grayscale: #5A5A5A. Windows color (decimal): -2218228 or 796638. OLE color: 796638.
HSL color Cylindrical-coordinate representation of color #DE270C: hue angle of 7.71º 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 #DE270C is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 39 | 12 | - |
| CMYK | 0 | 0.82 | 0.95 | 0.13 |
| HSL | 7.71º | 0.9% | 0.46% | - |
| HSV(B) | 7.71º | 0.95% | 0.87% | - |
| XYZ | 30.92 | 17.01 | 2 | - |
| YUV | 90.64 | 83.63 | 221.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 39 | 12 | 0 | 0.82 | 0.95 | 0.13 | 7.71 | 0.9 | 0.46 |
| Hex | DE | 27 | C | 0 | 52 | 5F | D | 8 | 5A | 2E |
| Octal | 336 | 47 | 14 | 0 | 122 | 137 | 15 | 10 | 132 | 56 |
| Binary | 11011110 | 100111 | 1100 | 0 | 1010010 | 1011111 | 1101 | 1000 | 1011010 | 101110 |
Color Harmonies of #DE270C
Complementary color
Monochromatic Colors of #DE270C
Black with #DE270C
Text Example
Text Example
White with #DE270C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE270C; }
p { color: rgb(222,39,12); }
H1.HeaderClassName
{
color: #DE270C;
}
.AnyTagClassName
{
color: #DE270C;
}
</style>
background-color css
<style>
a { background-color: #DE270C; }
a { background-color: rgb(222,39,12); }
div.DivClassName
{
background-color: #DE270C;
}
.BgClassName
{
background-color: #DE270C;
}
</style>
border-color css
<style>
span { border-color: #DE270C; }
span { border-color: rgb(222,39,12); }
td.TdClassName
{
border-color: #DE270C;
}
.TagClassName
{
border-color: #DE270C;
}
</style>