#DE2F13

Color #DE2F13 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DE2F13

Tints of Harley Davidson Orange #DE2F13

Color information

#DE2F13 (or 0xDE2F13) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 2F and 13. RGB value is (222,47,19). Sum of RGB (Red+Green+Blue) = 222+47+19=288 (38% of max value = 765). Red value is 222 (87.11% from 255 or 77.08% from 288); Green value is 47 (18.75% from 255 or 16.32% from 288); Blue value is 19 (7.81% from 255 or 6.60% from 288); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2F13 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2F13 is #21D0EC. Grayscale: #606060. Windows color (decimal): -2216173 or 1257438. OLE color: 1257438.

HSL color Cylindrical-coordinate representation of color #DE2F13: hue angle of 8.28º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DE2F13 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB2224719-
CMYK00.790.910.13
HSL8.28º84.23%47.25%-
HSV(B)8.28º91.44%87.06%-
XYZ31.2617.612.37-
YUV96.1384.48217.78-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 77.08%
GREEN value IS 47 (18.75% from 255) = 16.32%
BLUE value IS 19 (7.81% from 255) = 6.60%
R=77.08%
G=16.32%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.91
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal222471900.790.910.138.2884.2347.25
HexDE2F1304F5BD8542f
Octal33657230117133151012457
Binary1101111010111110011010011111011011110110001010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2F13; }

 p { color: rgb(222,47,19); }

 H1.HeaderClassName
 {
   color: #DE2F13;
 }
 .AnyTagClassName
 {
   color: #DE2F13;
 }
</style>
background-color css

<style>
 a { background-color: #DE2F13; }

 a { background-color: rgb(222,47,19); }

 div.DivClassName
 {
   background-color: #DE2F13;
 }
 .BgClassName
 {
   background-color: #DE2F13;
 }
</style>
border-color css

<style>
 span { border-color: #DE2F13; }

 span { border-color: rgb(222,47,19); }

 td.TdClassName
 {
   border-color: #DE2F13;
 }
 .TagClassName
 {
   border-color: #DE2F13;
 }
</style>