Html Css Color HEX #E21C15 Harley Davidson Orange

📋 copy color: '#E21C15'

red 226 ◦ green 28 ◦ blue 21

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

Shades of Harley Davidson Orange #E21C15

Tints of Harley Davidson Orange #E21C15

RGB

 RED value IS 226 (88.67% from 255) = 82.18%

 GREEN value IS 28 (11.33% from 255) = 10.18%

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

R = 82.18%
G = 10.18%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E21C15 (or 0xE21C15) is known color: Harley Davidson Orange. HEX triplet: E2, 1C and 15. RGB value is (226,28,21). Sum of RGB (Red+Green+Blue) = 226+28+21=275 (36% of max value = 765). Red value is 226 (88.67% from 255 or 82.18% from 275); Green value is 28 (11.33% from 255 or 10.18% from 275); Blue value is 21 (8.59% from 255 or 7.64% from 275); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21C15 is #1DE3EA. Grayscale: #565656. Windows color (decimal): -1958891 or 1383650. OLE color: 1383650.

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

Color convert

RGB 226 28 21 -
CMYK 0 0.88 0.91 0.11
HSL 2.05º 0.83% 0.48% -
HSV(B) 2.05º 0.91% 0.89% -
XYZ 31.91 17.05 2.32 -
YUV 86.4 91.1 227.57 -
System Red Green Blue C M Y K H S L
Decimal 226 28 21 0 0.88 0.91 0.11 2.05 0.83 0.48
Hex E2 1C 15 0 58 5B B 2 53 30
Octal 342 34 25 0 130 133 13 2 123 60
Binary 11100010 11100 10101 0 1011000 1011011 1011 10 1010011 110000

Color Harmonies of #E21C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C15

Black with #E21C15

Text Example


Text Example

White with #E21C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C15; }

 p { color: rgb(226,28,21); }

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

background-color css

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

 a { background-color: rgb(226,28,21); }

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

border-color css

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

 span { border-color: rgb(226,28,21); }

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