Html Css Color HEX #E50218 Venetian Red

📋 copy color: '#E50218'

red 229 ◦ green 2 ◦ blue 24

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

Shades of Venetian Red #E50218

Tints of Venetian Red #E50218

RGB

 RED value IS 229 (89.84% from 255) = 89.8%

 GREEN value IS 2 (1.17% from 255) = 0.78%

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

R = 89.8%
G = 0.78%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.10

RGB Variations

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

Color information

#E50218 (or 0xE50218) is known color: Venetian Red. HEX triplet: E5, 02 and 18. RGB value is (229,2,24). Sum of RGB (Red+Green+Blue) = 229+2+24=255 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.80% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 229 - color contains mainly: red. Hex color #E50218 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50218 is #1AFDE7. Grayscale: #484848. Windows color (decimal): -1768936 or 1573605. OLE color: 1573605.

HSL color Cylindrical-coordinate representation of color #E50218: hue angle of 354.19º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E50218 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 2 24 -
CMYK 0 0.99 0.90 0.10
HSL 354.19º 0.98% 0.45% -
HSV(B) 354.19º 0.99% 0.9% -
XYZ 32.5 16.77 2.39 -
YUV 72.38 100.71 239.71 -
System Red Green Blue C M Y K H S L
Decimal 229 2 24 0 0.99 0.90 0.10 354.19 0.98 0.45
Hex E5 2 18 0 63 5A A 162 62 2D
Octal 345 2 30 0 143 132 12 542 142 55
Binary 11100101 10 11000 0 1100011 1011010 1010 101100010 1100010 101101

Color Harmonies of #E50218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50218

Black with #E50218

Text Example


Text Example

White with #E50218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50218; }

 p { color: rgb(229,2,24); }

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

background-color css

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

 a { background-color: rgb(229,2,24); }

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

border-color css

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

 span { border-color: rgb(229,2,24); }

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