Html Css Color HEX #DE410C Harley Davidson Orange
📋 copy color: '#DE410C'red 222 ◦ green 65 ◦ blue 12
Shades of Harley Davidson Orange #DE410C
Tints of Harley Davidson Orange #DE410C
RGB
CMYK
RGB Variations
Color information
#DE410C (or 0xDE410C) is known color: Harley Davidson Orange. HEX triplet: DE, 41 and 0C. RGB value is (222,65,12). Sum of RGB (Red+Green+Blue) = 222+65+12=299 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.25% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 12 (5.08% from 255 or 4.01% from 299); Max value from RGB is 222 - color contains mainly: red. Hex color #DE410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE410C is #21BEF3. Grayscale: #6A6A6A. Windows color (decimal): -2211572 or 803294. OLE color: 803294.
HSL color Cylindrical-coordinate representation of color #DE410C: hue angle of 15.14º 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 #DE410C is Cyan = 0, Magento = 0.71, Yellow = 0.95 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 12 | - |
| CMYK | 0 | 0.71 | 0.95 | 0.13 |
| HSL | 15.14º | 0.9% | 0.46% | - |
| HSV(B) | 15.14º | 0.95% | 0.87% | - |
| XYZ | 32.08 | 19.34 | 2.39 | - |
| YUV | 105.9 | 75.01 | 210.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 12 | 0 | 0.71 | 0.95 | 0.13 | 15.14 | 0.9 | 0.46 |
| Hex | DE | 41 | C | 0 | 47 | 5F | D | F | 5A | 2E |
| Octal | 336 | 101 | 14 | 0 | 107 | 137 | 15 | 17 | 132 | 56 |
| Binary | 11011110 | 1000001 | 1100 | 0 | 1000111 | 1011111 | 1101 | 1111 | 1011010 | 101110 |
Color Harmonies of #DE410C
Complementary color
Monochromatic Colors of #DE410C
Black with #DE410C
Text Example
Text Example
White with #DE410C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE410C; }
p { color: rgb(222,65,12); }
H1.HeaderClassName
{
color: #DE410C;
}
.AnyTagClassName
{
color: #DE410C;
}
</style>
background-color css
<style>
a { background-color: #DE410C; }
a { background-color: rgb(222,65,12); }
div.DivClassName
{
background-color: #DE410C;
}
.BgClassName
{
background-color: #DE410C;
}
</style>
border-color css
<style>
span { border-color: #DE410C; }
span { border-color: rgb(222,65,12); }
td.TdClassName
{
border-color: #DE410C;
}
.TagClassName
{
border-color: #DE410C;
}
</style>