Html Css Color HEX #DE1818 Harley Davidson Orange

📋 copy color: '#DE1818'

red 222 ◦ green 24 ◦ blue 24

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

Shades of Harley Davidson Orange #DE1818

Tints of Harley Davidson Orange #DE1818

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.89%

R = 82.22%
G = 8.89%
B = 8.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE1818 (or 0xDE1818) is known color: Harley Davidson Orange. HEX triplet: DE, 18 and 18. RGB value is (222,24,24). Sum of RGB (Red+Green+Blue) = 222+24+24=270 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.22% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 24 (9.77% from 255 or 8.89% from 270); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1818 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1818 is #21E7E7. Grayscale: #535353. Windows color (decimal): -2222056 or 1579230. OLE color: 1579230.

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

Color convert

RGB 222 24 24 -
CMYK 0 0.89 0.89 0.13
HSL 0.8% 0.48% -
HSV(B) 0.89% 0.87% -
XYZ 30.62 16.25 2.39 -
YUV 83.2 94.6 227 -
System Red Green Blue C M Y K H S L
Decimal 222 24 24 0 0.89 0.89 0.13 0 0.8 0.48
Hex DE 18 18 0 59 59 D 0 50 30
Octal 336 30 30 0 131 131 15 0 120 60
Binary 11011110 11000 11000 0 1011001 1011001 1101 0 1010000 110000

Color Harmonies of #DE1818

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1818

Black with #DE1818

Text Example


Text Example

White with #DE1818

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1818; }

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

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

background-color css

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

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

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

border-color css

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

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

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