Html Css Color HEX #E20015 Venetian Red

📋 copy color: '#E20015'

red 226 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #E20015

Tints of Venetian Red #E20015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 8.5%

R = 91.5%
G = 0%
B = 8.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E20015 (or 0xE20015) is known color: Venetian Red. HEX triplet: E2, 00 and 15. RGB value is (226,0,21). Sum of RGB (Red+Green+Blue) = 226+0+21=247 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.50% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 21 (8.59% from 255 or 8.50% from 247); Max value from RGB is 226 - color contains mainly: red. Hex color #E20015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20015 is #1DFFEA. Grayscale: #464646. Windows color (decimal): -1966059 or 1376482. OLE color: 1376482.

HSL color Cylindrical-coordinate representation of color #E20015: hue angle of 354.42º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E20015 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 0 21 -
CMYK 0 1 0.91 0.11
HSL 354.42º 1% 0.44% -
HSV(B) 354.42º 1% 0.89% -
XYZ 31.5 16.22 2.18 -
YUV 69.97 100.37 239.29 -
System Red Green Blue C M Y K H S L
Decimal 226 0 21 0 1 0.91 0.11 354.42 1 0.44
Hex E2 0 15 0 64 5B B 162 64 2C
Octal 342 0 25 0 144 133 13 542 144 54
Binary 11100010 0 10101 0 1100100 1011011 1011 101100010 1100100 101100

Color Harmonies of #E20015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20015

Black with #E20015

Text Example


Text Example

White with #E20015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20015; }

 p { color: rgb(226,0,21); }

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

background-color css

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

 a { background-color: rgb(226,0,21); }

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

border-color css

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

 span { border-color: rgb(226,0,21); }

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