#DE2702

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

Shades of Harley Davidson Orange #DE2702

Tints of Harley Davidson Orange #DE2702

Color information

#DE2702 (or 0xDE2702) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 27 and 02. RGB value is (222,39,2). Sum of RGB (Red+Green+Blue) = 222+39+2=263 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.41% from 263); Green value is 39 (15.62% from 255 or 14.83% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2702 is #21D8FD. Grayscale: #595959. Windows color (decimal): -2218238 or 141278. OLE color: 141278.

HSL color Cylindrical-coordinate representation of color #DE2702: hue angle of 10.09º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DE2702 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.13.

Color convert

RGB222392-
CMYK00.820.990.13
HSL10.09º98.21%43.92%-
HSV(B)10.09º99.1%87.06%-
XYZ30.8616.991.71-
YUV89.578.63222.51-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 84.41%
GREEN value IS 39 (15.62% from 255) = 14.83%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=84.41%
G=14.83%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.99
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22239200.820.990.1310.0998.2143.92
HexDE27205263Da622c
Octal3364720122143151214254
Binary1101111010011110010100101100011110110101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2702; }

 p { color: rgb(222,39,2); }

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

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

 a { background-color: rgb(222,39,2); }

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

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

 span { border-color: rgb(222,39,2); }

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