Html Css Color HEX #E21006 Red

📋 copy color: '#E21006'

red 226 ◦ green 16 ◦ blue 6

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

Shades of Red #E21006

Tints of Red #E21006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 91.13%
G = 6.45%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E21006 (or 0xE21006) is known color: Red. HEX triplet: E2, 10 and 06. RGB value is (226,16,6). Sum of RGB (Red+Green+Blue) = 226+16+6=248 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.13% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 226 - color contains mainly: red. Hex color #E21006 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21006 is #1DEFF9. Grayscale: #4D4D4D. Windows color (decimal): -1961978 or 397538. OLE color: 397538.

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

Color convert

RGB 226 16 6 -
CMYK 0 0.93 0.97 0.11
HSL 2.73º 0.95% 0.45% -
HSV(B) 2.73º 0.97% 0.89% -
XYZ 31.58 16.55 1.7 -
YUV 77.65 87.57 233.81 -
System Red Green Blue C M Y K H S L
Decimal 226 16 6 0 0.93 0.97 0.11 2.73 0.95 0.45
Hex E2 10 6 0 5D 61 B 3 5F 2D
Octal 342 20 6 0 135 141 13 3 137 55
Binary 11100010 10000 110 0 1011101 1100001 1011 11 1011111 101101

Color Harmonies of #E21006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21006

Black with #E21006

Text Example


Text Example

White with #E21006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21006; }

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

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

background-color css

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

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

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

border-color css

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

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

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