Html Css Color HEX #E00212 Venetian Red

📋 copy color: '#E00212'

red 224 ◦ green 2 ◦ blue 18

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

Shades of Venetian Red #E00212

Tints of Venetian Red #E00212

RGB

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

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

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

R = 91.8%
G = 0.82%
B = 7.38%

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

#E00212 (or 0xE00212) is known color: Venetian Red. HEX triplet: E0, 02 and 12. RGB value is (224,2,18). Sum of RGB (Red+Green+Blue) = 224+2+18=244 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.80% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 18 (7.42% from 255 or 7.38% from 244); Max value from RGB is 224 - color contains mainly: red. Hex color #E00212 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00212 is #1FFDED. Grayscale: #464646. Windows color (decimal): -2096622 or 1180384. OLE color: 1180384.

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

Color convert

RGB 224 2 18 -
CMYK 0 0.99 0.92 0.12
HSL 355.68º 0.98% 0.44% -
HSV(B) 355.68º 0.99% 0.88% -
XYZ 30.87 15.93 2.02 -
YUV 70.2 98.55 237.7 -
System Red Green Blue C M Y K H S L
Decimal 224 2 18 0 0.99 0.92 0.12 355.68 0.98 0.44
Hex E0 2 12 0 63 5C C 164 62 2C
Octal 340 2 22 0 143 134 14 544 142 54
Binary 11100000 10 10010 0 1100011 1011100 1100 101100100 1100010 101100

Color Harmonies of #E00212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00212

Black with #E00212

Text Example


Text Example

White with #E00212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00212; }

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

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

background-color css

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

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

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

border-color css

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

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

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