#E20318

Color #E20318 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #E20318

Tints of Venetian Red #E20318

Color information

#E20318 (or 0xE20318) is unknown color: approx Venetian Red. HEX triplet: E2, 03 and 18. RGB value is (226,3,24). Sum of RGB (Red+Green+Blue) = 226+3+24=253 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.33% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 24 (9.77% from 255 or 9.49% from 253); Max value from RGB is 226 - color contains mainly: red. Hex color #E20318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20318 is #1DFCE7. Grayscale: #484848. Windows color (decimal): -1965288 or 1573858. OLE color: 1573858.

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

Color convert

RGB226324-
CMYK00.990.890.11
HSL354.35º97.38%44.9%-
HSV(B)354.35º98.67%88.63%-
XYZ31.5616.32.35-
YUV72.07100.88237.79-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 89.33%
GREEN value IS 3 (1.56% from 255) = 1.19%
BLUE value IS 24 (9.77% from 255) = 9.49%
R=89.33%
G=1.19%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.89
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22632400.990.890.11354.3597.3844.9
HexE231806359B162612d
Octal34233001431311354214155
Binary11100010111100001100011101100110111011000101100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E20318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E20318; }

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

 H1.HeaderClassName
 {
   color: #E20318;
 }
 .AnyTagClassName
 {
   color: #E20318;
 }
</style>
background-color css

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

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

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

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

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

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