Html Css Color HEX #E20210 Venetian Red

📋 copy color: '#E20210'

red 226 ◦ green 2 ◦ blue 16

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

Shades of Venetian Red #E20210

Tints of Venetian Red #E20210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.56%

R = 92.62%
G = 0.82%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E20210 (or 0xE20210) is known color: Venetian Red. HEX triplet: E2, 02 and 10. RGB value is (226,2,16). Sum of RGB (Red+Green+Blue) = 226+2+16=244 (32% of max value = 765). Red value is 226 (88.67% from 255 or 92.62% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 226 - color contains mainly: red. Hex color #E20210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20210 is #1DFDEF. Grayscale: #464646. Windows color (decimal): -1965552 or 1049314. OLE color: 1049314.

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

Color convert

RGB 226 2 16 -
CMYK 0 0.99 0.93 0.11
HSL 356.25º 0.98% 0.45% -
HSV(B) 356.25º 0.99% 0.89% -
XYZ 31.48 16.25 1.97 -
YUV 70.57 97.21 238.86 -
System Red Green Blue C M Y K H S L
Decimal 226 2 16 0 0.99 0.93 0.11 356.25 0.98 0.45
Hex E2 2 10 0 63 5D B 164 62 2D
Octal 342 2 20 0 143 135 13 544 142 55
Binary 11100010 10 10000 0 1100011 1011101 1011 101100100 1100010 101101

Color Harmonies of #E20210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20210

Black with #E20210

Text Example


Text Example

White with #E20210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20210; }

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

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

background-color css

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

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

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

border-color css

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

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

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