Html Css Color HEX #DE2018 Harley Davidson Orange

📋 copy color: '#DE2018'

red 222 ◦ green 32 ◦ blue 24

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

Shades of Harley Davidson Orange #DE2018

Tints of Harley Davidson Orange #DE2018

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.51%

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

R = 79.86%
G = 11.51%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE2018 (or 0xDE2018) is known color: Harley Davidson Orange. HEX triplet: DE, 20 and 18. RGB value is (222,32,24). Sum of RGB (Red+Green+Blue) = 222+32+24=278 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.86% from 278); Green value is 32 (12.89% from 255 or 11.51% from 278); Blue value is 24 (9.77% from 255 or 8.63% from 278); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2018 is #21DFE7. Grayscale: #585858. Windows color (decimal): -2220008 or 1581278. OLE color: 1581278.

HSL color Cylindrical-coordinate representation of color #DE2018: hue angle of 2.42º 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 #DE2018 is Cyan = 0, Magento = 0.86, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 32 24 -
CMYK 0 0.86 0.89 0.13
HSL 2.42º 0.8% 0.48% -
HSV(B) 2.42º 0.89% 0.87% -
XYZ 30.81 16.63 2.45 -
YUV 87.9 91.95 223.65 -
System Red Green Blue C M Y K H S L
Decimal 222 32 24 0 0.86 0.89 0.13 2.42 0.8 0.48
Hex DE 20 18 0 56 59 D 2 50 30
Octal 336 40 30 0 126 131 15 2 120 60
Binary 11011110 100000 11000 0 1010110 1011001 1101 10 1010000 110000

Color Harmonies of #DE2018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2018

Black with #DE2018

Text Example


Text Example

White with #DE2018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2018; }

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

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

background-color css

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

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

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

border-color css

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

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

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