Html Css Color HEX #E00211 Venetian Red

📋 copy color: '#E00211'

red 224 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #E00211

Tints of Venetian Red #E00211

RGB

 RED value IS 224 (87.89% from 255) = 92.18%

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

 BLUE value IS 17 (7.03% from 255) = 7%

R = 92.18%
G = 0.82%
B = 7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E00211 (or 0xE00211) is known color: Venetian Red. HEX triplet: E0, 02 and 11. RGB value is (224,2,17). Sum of RGB (Red+Green+Blue) = 224+2+17=243 (32% of max value = 765). Red value is 224 (87.89% from 255 or 92.18% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 17 (7.03% from 255 or 7.00% from 243); Max value from RGB is 224 - color contains mainly: red. Hex color #E00211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00211 is #1FFDEE. Grayscale: #464646. Windows color (decimal): -2096623 or 1114848. OLE color: 1114848.

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

Color convert

RGB 224 2 17 -
CMYK 0 0.99 0.92 0.12
HSL 355.95º 0.98% 0.44% -
HSV(B) 355.95º 0.99% 0.88% -
XYZ 30.86 15.93 1.98 -
YUV 70.09 98.05 237.78 -
System Red Green Blue C M Y K H S L
Decimal 224 2 17 0 0.99 0.92 0.12 355.95 0.98 0.44
Hex E0 2 11 0 63 5C C 164 62 2C
Octal 340 2 21 0 143 134 14 544 142 54
Binary 11100000 10 10001 0 1100011 1011100 1100 101100100 1100010 101100

Color Harmonies of #E00211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00211

Black with #E00211

Text Example


Text Example

White with #E00211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00211; }

 p { color: rgb(224,2,17); }

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

background-color css

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

 a { background-color: rgb(224,2,17); }

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

border-color css

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

 span { border-color: rgb(224,2,17); }

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