Html Css Color HEX #DE1811 Harley Davidson Orange

📋 copy color: '#DE1811'

red 222 ◦ green 24 ◦ blue 17

#DE1811
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #DE1811

Tints of Harley Davidson Orange #DE1811

RGB

 RED value IS 222 (87.11% from 255) = 84.41%

 GREEN value IS 24 (9.77% from 255) = 9.13%

 BLUE value IS 17 (7.03% from 255) = 6.46%

R = 84.41%
G = 9.13%
B = 6.46%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE1811 (or 0xDE1811) is known color: Harley Davidson Orange. HEX triplet: DE, 18 and 11. RGB value is (222,24,17). Sum of RGB (Red+Green+Blue) = 222+24+17=263 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.41% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 17 (7.03% from 255 or 6.46% from 263); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1811 is #21E7EE. Grayscale: #525252. Windows color (decimal): -2222063 or 1120478. OLE color: 1120478.

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

Color convert

RGB 222 24 17 -
CMYK 0 0.89 0.92 0.13
HSL 2.05º 0.86% 0.47% -
HSV(B) 2.05º 0.92% 0.87% -
XYZ 30.55 16.22 2.05 -
YUV 82.4 91.1 227.57 -
System Red Green Blue C M Y K H S L
Decimal 222 24 17 0 0.89 0.92 0.13 2.05 0.86 0.47
Hex DE 18 11 0 59 5C D 2 56 2F
Octal 336 30 21 0 131 134 15 2 126 57
Binary 11011110 11000 10001 0 1011001 1011100 1101 10 1010110 101111

Color Harmonies of #DE1811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1811

Black with #DE1811

Text Example


Text Example

White with #DE1811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1811; }

 p { color: rgb(222,24,17); }

 H1.HeaderClassName
 {
   color: #DE1811;
 }
 .AnyTagClassName
 {
   color: #DE1811;
 }
</style>

background-color css

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

 a { background-color: rgb(222,24,17); }

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

border-color css

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

 span { border-color: rgb(222,24,17); }

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