Html Css Color HEX #DE351C Harley Davidson Orange
📋 copy color: '#DE351C'red 222 ◦ green 53 ◦ blue 28
Shades of Harley Davidson Orange #DE351C
Tints of Harley Davidson Orange #DE351C
RGB
CMYK
RGB Variations
Color information
#DE351C (or 0xDE351C) is known color: Harley Davidson Orange. HEX triplet: DE, 35 and 1C. RGB value is (222,53,28). Sum of RGB (Red+Green+Blue) = 222+53+28=303 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.27% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 28 (11.33% from 255 or 9.24% from 303); Max value from RGB is 222 - color contains mainly: red. Hex color #DE351C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE351C is #21CAE3. Grayscale: #646464. Windows color (decimal): -2214628 or 1848798. OLE color: 1848798.
HSL color Cylindrical-coordinate representation of color #DE351C: hue angle of 7.73º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE351C is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 53 | 28 | - |
| CMYK | 0 | 0.76 | 0.87 | 0.13 |
| HSL | 7.73º | 0.78% | 0.49% | - |
| HSV(B) | 7.73º | 0.87% | 0.87% | - |
| XYZ | 31.61 | 18.16 | 2.94 | - |
| YUV | 100.68 | 86.99 | 214.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 53 | 28 | 0 | 0.76 | 0.87 | 0.13 | 7.73 | 0.78 | 0.49 |
| Hex | DE | 35 | 1C | 0 | 4C | 57 | D | 8 | 4E | 31 |
| Octal | 336 | 65 | 34 | 0 | 114 | 127 | 15 | 10 | 116 | 61 |
| Binary | 11011110 | 110101 | 11100 | 0 | 1001100 | 1010111 | 1101 | 1000 | 1001110 | 110001 |
Color Harmonies of #DE351C
Complementary color
Monochromatic Colors of #DE351C
Black with #DE351C
Text Example
Text Example
White with #DE351C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE351C; }
p { color: rgb(222,53,28); }
H1.HeaderClassName
{
color: #DE351C;
}
.AnyTagClassName
{
color: #DE351C;
}
</style>
background-color css
<style>
a { background-color: #DE351C; }
a { background-color: rgb(222,53,28); }
div.DivClassName
{
background-color: #DE351C;
}
.BgClassName
{
background-color: #DE351C;
}
</style>
border-color css
<style>
span { border-color: #DE351C; }
span { border-color: rgb(222,53,28); }
td.TdClassName
{
border-color: #DE351C;
}
.TagClassName
{
border-color: #DE351C;
}
</style>