Html Css Color HEX #E21000 Red

📋 copy color: '#E21000'

red 226 ◦ green 16 ◦ blue 0

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

Shades of Red #E21000

Tints of Red #E21000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.61%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 93.39%
G = 6.61%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E21000 (or 0xE21000) is known color: Red. HEX triplet: E2, 10 and 00. RGB value is (226,16,0). Sum of RGB (Red+Green+Blue) = 226+16+0=242 (32% of max value = 765). Red value is 226 (88.67% from 255 or 93.39% from 242); Green value is 16 (6.64% from 255 or 6.61% from 242); Blue value is 0 (0.39% from 255 or 0% from 242); Max value from RGB is 226 - color contains mainly: red. Hex color #E21000 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21000 is #1DEFFF. Grayscale: #4D4D4D. Windows color (decimal): -1961984 or 4322. OLE color: 4322.

HSL color Cylindrical-coordinate representation of color #E21000: hue angle of 4.25º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E21000 is Cyan = 0, Magento = 0.93, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 16 0 -
CMYK 0 0.93 1 0.11
HSL 4.25º 1% 0.44% -
HSV(B) 4.25º 1% 0.89% -
XYZ 31.55 16.54 1.53 -
YUV 76.97 84.57 234.3 -
System Red Green Blue C M Y K H S L
Decimal 226 16 0 0 0.93 1 0.11 4.25 1 0.44
Hex E2 10 0 0 5D 64 B 4 64 2C
Octal 342 20 0 0 135 144 13 4 144 54
Binary 11100010 10000 0 0 1011101 1100100 1011 100 1100100 101100

Color Harmonies of #E21000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21000

Black with #E21000

Text Example


Text Example

White with #E21000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21000; }

 p { color: rgb(226,16,0); }

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

background-color css

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

 a { background-color: rgb(226,16,0); }

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

border-color css

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

 span { border-color: rgb(226,16,0); }

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