Html Css Color HEX #DE1815 Harley Davidson Orange

📋 copy color: '#DE1815'

red 222 ◦ green 24 ◦ blue 21

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

Shades of Harley Davidson Orange #DE1815

Tints of Harley Davidson Orange #DE1815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 83.15%
G = 8.99%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE1815 (or 0xDE1815) is known color: Harley Davidson Orange. HEX triplet: DE, 18 and 15. RGB value is (222,24,21). Sum of RGB (Red+Green+Blue) = 222+24+21=267 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.15% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1815 is #21E7EA. Grayscale: #535353. Windows color (decimal): -2222059 or 1382622. OLE color: 1382622.

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

Color convert

RGB 222 24 21 -
CMYK 0 0.89 0.91 0.13
HSL 0.9º 0.83% 0.48% -
HSV(B) 0.9º 0.91% 0.87% -
XYZ 30.59 16.24 2.23 -
YUV 82.86 93.1 227.24 -
System Red Green Blue C M Y K H S L
Decimal 222 24 21 0 0.89 0.91 0.13 0.9 0.83 0.48
Hex DE 18 15 0 59 5B D 1 53 30
Octal 336 30 25 0 131 133 15 1 123 60
Binary 11011110 11000 10101 0 1011001 1011011 1101 1 1010011 110000

Color Harmonies of #DE1815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1815

Black with #DE1815

Text Example


Text Example

White with #DE1815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1815; }

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

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

background-color css

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

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

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

border-color css

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

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

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