Html Css Color HEX #E20315 Venetian Red

📋 copy color: '#E20315'

red 226 ◦ green 3 ◦ blue 21

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

Shades of Venetian Red #E20315

Tints of Venetian Red #E20315

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.2%

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

R = 90.4%
G = 1.2%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#E20315 (or 0xE20315) is known color: Venetian Red. HEX triplet: E2, 03 and 15. RGB value is (226,3,21). Sum of RGB (Red+Green+Blue) = 226+3+21=250 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 21 (8.59% from 255 or 8.4% from 250); Max value from RGB is 226 - color contains mainly: red. Hex color #E20315 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E20315 is #1DFCEA. Grayscale: #474747. Windows color (decimal): -1965291 or 1377250. OLE color: 1377250.

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

Color convert

RGB 226 3 21 -
CMYK 0 0.99 0.91 0.11
HSL 355.16º 0.97% 0.45% -
HSV(B) 355.16º 0.99% 0.89% -
XYZ 31.53 16.29 2.19 -
YUV 71.73 99.38 238.04 -
System Red Green Blue C M Y K H S L
Decimal 226 3 21 0 0.99 0.91 0.11 355.16 0.97 0.45
Hex E2 3 15 0 63 5B B 163 61 2D
Octal 342 3 25 0 143 133 13 543 141 55
Binary 11100010 11 10101 0 1100011 1011011 1011 101100011 1100001 101101

Color Harmonies of #E20315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E20315

Black with #E20315

Text Example


Text Example

White with #E20315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E20315; }

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

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

background-color css

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

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

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

border-color css

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

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

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