Html Css Color HEX #E20718 Venetian Red

📋 copy color: '#E20718'

red 226 ◦ green 7 ◦ blue 24

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

Shades of Venetian Red #E20718

Tints of Venetian Red #E20718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.72%

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

R = 87.94%
G = 2.72%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E20718 (or 0xE20718) is known color: Venetian Red. HEX triplet: E2, 07 and 18. RGB value is (226,7,24). Sum of RGB (Red+Green+Blue) = 226+7+24=257 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.94% from 257); Green value is 7 (3.12% from 255 or 2.72% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 226 - color contains mainly: red. Hex color #E20718 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20718 is #1DF8E7. Grayscale: #4A4A4A. Windows color (decimal): -1964264 or 1574882. OLE color: 1574882.

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

Color convert

RGB 226 7 24 -
CMYK 0 0.97 0.89 0.11
HSL 355.34º 0.94% 0.46% -
HSV(B) 355.34º 0.97% 0.89% -
XYZ 31.6 16.39 2.36 -
YUV 74.42 99.55 236.12 -
System Red Green Blue C M Y K H S L
Decimal 226 7 24 0 0.97 0.89 0.11 355.34 0.94 0.46
Hex E2 7 18 0 61 59 B 163 5E 2E
Octal 342 7 30 0 141 131 13 543 136 56
Binary 11100010 111 11000 0 1100001 1011001 1011 101100011 1011110 101110

Color Harmonies of #E20718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20718

Black with #E20718

Text Example


Text Example

White with #E20718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20718; }

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

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

background-color css

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

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

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

border-color css

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

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

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