Html Css Color HEX #E21207 Red

📋 copy color: '#E21207'

red 226 ◦ green 18 ◦ blue 7

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

Shades of Red #E21207

Tints of Red #E21207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.79%

R = 90.04%
G = 7.17%
B = 2.79%

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

#E21207 (or 0xE21207) is known color: Red. HEX triplet: E2, 12 and 07. RGB value is (226,18,7). Sum of RGB (Red+Green+Blue) = 226+18+7=251 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.04% from 251); Green value is 18 (7.42% from 255 or 7.17% from 251); Blue value is 7 (3.12% from 255 or 2.79% from 251); Max value from RGB is 226 - color contains mainly: red. Hex color #E21207 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21207 is #1DEDF8. Grayscale: #4F4F4F. Windows color (decimal): -1961465 or 463586. OLE color: 463586.

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

Color convert

RGB 226 18 7 -
CMYK 0 0.92 0.97 0.11
HSL 3.01º 0.94% 0.46% -
HSV(B) 3.01º 0.97% 0.89% -
XYZ 31.62 16.62 1.74 -
YUV 78.94 87.41 232.89 -
System Red Green Blue C M Y K H S L
Decimal 226 18 7 0 0.92 0.97 0.11 3.01 0.94 0.46
Hex E2 12 7 0 5C 61 B 3 5E 2E
Octal 342 22 7 0 134 141 13 3 136 56
Binary 11100010 10010 111 0 1011100 1100001 1011 11 1011110 101110

Color Harmonies of #E21207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21207

Black with #E21207

Text Example


Text Example

White with #E21207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21207; }

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

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

background-color css

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

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

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

border-color css

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

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

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