#DE2F08

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

Shades of Harley Davidson Orange #DE2F08

Tints of Harley Davidson Orange #DE2F08

Color information

#DE2F08 (or 0xDE2F08) is unknown color: approx Harley Davidson Orange. HEX triplet: DE, 2F and 08. RGB value is (222,47,8). Sum of RGB (Red+Green+Blue) = 222+47+8=277 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.14% from 277); Green value is 47 (18.75% from 255 or 16.97% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2F08 is #21D0F7. Grayscale: #5F5F5F. Windows color (decimal): -2216184 or 536542. OLE color: 536542.

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

Color convert

RGB222478-
CMYK00.790.960.13
HSL10.93º93.04%45.1%-
HSV(B)10.93º96.4%87.06%-
XYZ31.1817.581.98-
YUV94.8878.98218.67-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 80.14%
GREEN value IS 47 (18.75% from 255) = 16.97%
BLUE value IS 8 (3.52% from 255) = 2.89%
R=80.14%
G=16.97%
B=2.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22247800.790.960.1310.9393.0445.1
HexDE2F804F60Db5d2d
Octal33657100117140151313555
Binary110111101011111000010011111100000110110111011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE2F08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE2F08; }

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

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

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

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

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

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

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

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