Html Css Color HEX #E20218 Venetian Red

📋 copy color: '#E20218'

red 226 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #E20218

Tints of Venetian Red #E20218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 89.68%
G = 0.79%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E20218 (or 0xE20218) is known color: Venetian Red. HEX triplet: E2, 02 and 18. RGB value is (226,2,24). Sum of RGB (Red+Green+Blue) = 226+2+24=252 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.68% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 226 - color contains mainly: red. Hex color #E20218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20218 is #1DFDE7. Grayscale: #474747. Windows color (decimal): -1965544 or 1573602. OLE color: 1573602.

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

Color convert

RGB 226 2 24 -
CMYK 0 0.99 0.89 0.11
HSL 354.11º 0.98% 0.45% -
HSV(B) 354.11º 0.99% 0.89% -
XYZ 31.55 16.28 2.34 -
YUV 71.48 101.21 238.21 -
System Red Green Blue C M Y K H S L
Decimal 226 2 24 0 0.99 0.89 0.11 354.11 0.98 0.45
Hex E2 2 18 0 63 59 B 162 62 2D
Octal 342 2 30 0 143 131 13 542 142 55
Binary 11100010 10 11000 0 1100011 1011001 1011 101100010 1100010 101101

Color Harmonies of #E20218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20218

Black with #E20218

Text Example


Text Example

White with #E20218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20218; }

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

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

background-color css

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

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

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

border-color css

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

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

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