Html Css Color HEX #DE260C Harley Davidson Orange
📋 copy color: '#DE260C'red 222 ◦ green 38 ◦ blue 12
Shades of Harley Davidson Orange #DE260C
Tints of Harley Davidson Orange #DE260C
RGB
CMYK
RGB Variations
Color information
#DE260C (or 0xDE260C) is known color: Harley Davidson Orange. HEX triplet: DE, 26 and 0C. RGB value is (222,38,12). Sum of RGB (Red+Green+Blue) = 222+38+12=272 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.62% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 222 - color contains mainly: red. Hex color #DE260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE260C is #21D9F3. Grayscale: #5A5A5A. Windows color (decimal): -2218484 or 796382. OLE color: 796382.
HSL color Cylindrical-coordinate representation of color #DE260C: hue angle of 7.43º 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 #DE260C is Cyan = 0, Magento = 0.83, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 38 | 12 | - |
| CMYK | 0 | 0.83 | 0.95 | 0.13 |
| HSL | 7.43º | 0.9% | 0.46% | - |
| HSV(B) | 7.43º | 0.95% | 0.87% | - |
| XYZ | 30.88 | 16.94 | 1.99 | - |
| YUV | 90.05 | 83.96 | 222.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 38 | 12 | 0 | 0.83 | 0.95 | 0.13 | 7.43 | 0.9 | 0.46 |
| Hex | DE | 26 | C | 0 | 53 | 5F | D | 7 | 5A | 2E |
| Octal | 336 | 46 | 14 | 0 | 123 | 137 | 15 | 7 | 132 | 56 |
| Binary | 11011110 | 100110 | 1100 | 0 | 1010011 | 1011111 | 1101 | 111 | 1011010 | 101110 |
Color Harmonies of #DE260C
Complementary color
Monochromatic Colors of #DE260C
Black with #DE260C
Text Example
Text Example
White with #DE260C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE260C; }
p { color: rgb(222,38,12); }
H1.HeaderClassName
{
color: #DE260C;
}
.AnyTagClassName
{
color: #DE260C;
}
</style>
background-color css
<style>
a { background-color: #DE260C; }
a { background-color: rgb(222,38,12); }
div.DivClassName
{
background-color: #DE260C;
}
.BgClassName
{
background-color: #DE260C;
}
</style>
border-color css
<style>
span { border-color: #DE260C; }
span { border-color: rgb(222,38,12); }
td.TdClassName
{
border-color: #DE260C;
}
.TagClassName
{
border-color: #DE260C;
}
</style>