Html Css Color HEX #E21E1C Harley Davidson Orange

📋 copy color: '#E21E1C'

red 226 ◦ green 30 ◦ blue 28

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

Shades of Harley Davidson Orange #E21E1C

Tints of Harley Davidson Orange #E21E1C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.56%

 BLUE value IS 28 (11.33% from 255) = 9.86%

R = 79.58%
G = 10.56%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.11

RGB Variations

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

Color information

#E21E1C (or 0xE21E1C) is known color: Harley Davidson Orange. HEX triplet: E2, 1E and 1C. RGB value is (226,30,28). Sum of RGB (Red+Green+Blue) = 226+30+28=284 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.58% from 284); Green value is 30 (12.11% from 255 or 10.56% from 284); Blue value is 28 (11.33% from 255 or 9.86% from 284); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21E1C is #1DE1E3. Grayscale: #585858. Windows color (decimal): -1958372 or 1842914. OLE color: 1842914.

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

Color convert

RGB 226 30 28 -
CMYK 0 0.87 0.88 0.11
HSL 0.61º 0.78% 0.5% -
HSV(B) 0.61º 0.88% 0.89% -
XYZ 32.04 17.18 2.73 -
YUV 88.38 93.93 226.16 -
System Red Green Blue C M Y K H S L
Decimal 226 30 28 0 0.87 0.88 0.11 0.61 0.78 0.5
Hex E2 1E 1C 0 57 58 B 1 4E 32
Octal 342 36 34 0 127 130 13 1 116 62
Binary 11100010 11110 11100 0 1010111 1011000 1011 1 1001110 110010

Color Harmonies of #E21E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E1C

Black with #E21E1C

Text Example


Text Example

White with #E21E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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