Html Css Color HEX #E20318 Venetian Red

📋 copy color: '#E20318'

red 226 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #E20318

Tints of Venetian Red #E20318

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 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

#E20318 (or 0xE20318) is known color: 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

RGB 226 3 24 -
CMYK 0 0.99 0.89 0.11
HSL 354.35º 0.97% 0.45% -
HSV(B) 354.35º 0.99% 0.89% -
XYZ 31.56 16.3 2.35 -
YUV 72.07 100.88 237.79 -
System Red Green Blue C M Y K H S L
Decimal 226 3 24 0 0.99 0.89 0.11 354.35 0.97 0.45
Hex E2 3 18 0 63 59 B 162 61 2D
Octal 342 3 30 0 143 131 13 542 141 55
Binary 11100010 11 11000 0 1100011 1011001 1011 101100010 1100001 101101

Color Harmonies of #E20318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20318

Black with #E20318

Text Example


Text Example

White with #E20318

Text Example


Text Example

HTML Codes & Css Web 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>