Html Css Color HEX #E21206 Red

📋 copy color: '#E21206'

red 226 ◦ green 18 ◦ blue 6

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

Shades of Red #E21206

Tints of Red #E21206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.2%

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

R = 90.4%
G = 7.2%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E21206 (or 0xE21206) is known color: Red. HEX triplet: E2, 12 and 06. RGB value is (226,18,6). Sum of RGB (Red+Green+Blue) = 226+18+6=250 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.4% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 6 (2.73% from 255 or 2.4% from 250); Max value from RGB is 226 - color contains mainly: red. Hex color #E21206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21206 is #1DEDF9. Grayscale: #4F4F4F. Windows color (decimal): -1961466 or 398050. OLE color: 398050.

HSL color Cylindrical-coordinate representation of color #E21206: hue angle of 3.27º 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 #E21206 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 18 6 -
CMYK 0 0.92 0.97 0.11
HSL 3.27º 0.95% 0.45% -
HSV(B) 3.27º 0.97% 0.89% -
XYZ 31.61 16.61 1.71 -
YUV 78.82 86.91 232.98 -
System Red Green Blue C M Y K H S L
Decimal 226 18 6 0 0.92 0.97 0.11 3.27 0.95 0.45
Hex E2 12 6 0 5C 61 B 3 5F 2D
Octal 342 22 6 0 134 141 13 3 137 55
Binary 11100010 10010 110 0 1011100 1100001 1011 11 1011111 101101

Color Harmonies of #E21206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21206

Black with #E21206

Text Example


Text Example

White with #E21206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21206; }

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

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

background-color css

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

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

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

border-color css

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

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

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