Html Css Color HEX #DE2815 Harley Davidson Orange

📋 copy color: '#DE2815'

red 222 ◦ green 40 ◦ blue 21

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

Shades of Harley Davidson Orange #DE2815

Tints of Harley Davidson Orange #DE2815

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.13%

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

R = 78.45%
G = 14.13%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE2815 (or 0xDE2815) is known color: Harley Davidson Orange. HEX triplet: DE, 28 and 15. RGB value is (222,40,21). Sum of RGB (Red+Green+Blue) = 222+40+21=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2815 is #21D7EA. Grayscale: #5C5C5C. Windows color (decimal): -2217963 or 1386718. OLE color: 1386718.

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

Color convert

RGB 222 40 21 -
CMYK 0 0.82 0.91 0.13
HSL 5.67º 0.83% 0.48% -
HSV(B) 5.67º 0.91% 0.87% -
XYZ 31.02 17.1 2.38 -
YUV 92.25 87.8 220.54 -
System Red Green Blue C M Y K H S L
Decimal 222 40 21 0 0.82 0.91 0.13 5.67 0.83 0.48
Hex DE 28 15 0 52 5B D 6 53 30
Octal 336 50 25 0 122 133 15 6 123 60
Binary 11011110 101000 10101 0 1010010 1011011 1101 110 1010011 110000

Color Harmonies of #DE2815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2815

Black with #DE2815

Text Example


Text Example

White with #DE2815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2815; }

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

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

background-color css

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

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

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

border-color css

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

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

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