Html Css Color HEX #DE2015 Harley Davidson Orange

📋 copy color: '#DE2015'

red 222 ◦ green 32 ◦ blue 21

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

Shades of Harley Davidson Orange #DE2015

Tints of Harley Davidson Orange #DE2015

RGB

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

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

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

R = 80.73%
G = 11.64%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE2015 (or 0xDE2015) is known color: Harley Davidson Orange. HEX triplet: DE, 20 and 15. RGB value is (222,32,21). Sum of RGB (Red+Green+Blue) = 222+32+21=275 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.73% from 275); Green value is 32 (12.89% from 255 or 11.64% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2015 is #21DFEA. Grayscale: #575757. Windows color (decimal): -2220011 or 1384670. OLE color: 1384670.

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

Color convert

RGB 222 32 21 -
CMYK 0 0.86 0.91 0.13
HSL 3.28º 0.83% 0.48% -
HSV(B) 3.28º 0.91% 0.87% -
XYZ 30.78 16.62 2.29 -
YUV 87.56 90.45 223.89 -
System Red Green Blue C M Y K H S L
Decimal 222 32 21 0 0.86 0.91 0.13 3.28 0.83 0.48
Hex DE 20 15 0 56 5B D 3 53 30
Octal 336 40 25 0 126 133 15 3 123 60
Binary 11011110 100000 10101 0 1010110 1011011 1101 11 1010011 110000

Color Harmonies of #DE2015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2015

Black with #DE2015

Text Example


Text Example

White with #DE2015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2015; }

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

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

background-color css

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

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

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

border-color css

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

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

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