Html Css Color HEX #E20212 Venetian Red

📋 copy color: '#E20212'

red 226 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #E20212

Tints of Venetian Red #E20212

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.81%

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 91.87%
G = 0.81%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E20212 (or 0xE20212) is known color: Venetian Red. HEX triplet: E2, 02 and 12. RGB value is (226,2,18). Sum of RGB (Red+Green+Blue) = 226+2+18=246 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.87% from 246); Green value is 2 (1.17% from 255 or 0.81% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 226 - color contains mainly: red. Hex color #E20212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20212 is #1DFDED. Grayscale: #464646. Windows color (decimal): -1965550 or 1180386. OLE color: 1180386.

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

Color convert

RGB 226 2 18 -
CMYK 0 0.99 0.92 0.11
HSL 355.71º 0.98% 0.45% -
HSV(B) 355.71º 0.99% 0.89% -
XYZ 31.49 16.26 2.05 -
YUV 70.8 98.21 238.7 -
System Red Green Blue C M Y K H S L
Decimal 226 2 18 0 0.99 0.92 0.11 355.71 0.98 0.45
Hex E2 2 12 0 63 5C B 164 62 2D
Octal 342 2 22 0 143 134 13 544 142 55
Binary 11100010 10 10010 0 1100011 1011100 1011 101100100 1100010 101101

Color Harmonies of #E20212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20212

Black with #E20212

Text Example


Text Example

White with #E20212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20212; }

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

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

background-color css

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

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

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

border-color css

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

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

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