Html Css Color HEX #E50318 Venetian Red

📋 copy color: '#E50318'

red 229 ◦ green 3 ◦ blue 24

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

Shades of Venetian Red #E50318

Tints of Venetian Red #E50318

RGB

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

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

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

R = 89.45%
G = 1.17%
B = 9.38%

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

#E50318 (or 0xE50318) is known color: Venetian Red. HEX triplet: E5, 03 and 18. RGB value is (229,3,24). Sum of RGB (Red+Green+Blue) = 229+3+24=256 (33% of max value = 765). Red value is 229 (89.84% from 255 or 89.45% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 229 - color contains mainly: red. Hex color #E50318 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50318 is #1AFCE7. Grayscale: #494949. Windows color (decimal): -1768680 or 1573861. OLE color: 1573861.

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

Color convert

RGB 229 3 24 -
CMYK 0 0.99 0.90 0.10
HSL 354.42º 0.97% 0.45% -
HSV(B) 354.42º 0.99% 0.9% -
XYZ 32.51 16.79 2.39 -
YUV 72.97 100.37 239.29 -
System Red Green Blue C M Y K H S L
Decimal 229 3 24 0 0.99 0.90 0.10 354.42 0.97 0.45
Hex E5 3 18 0 63 5A A 162 61 2D
Octal 345 3 30 0 143 132 12 542 141 55
Binary 11100101 11 11000 0 1100011 1011010 1010 101100010 1100001 101101

Color Harmonies of #E50318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50318

Black with #E50318

Text Example


Text Example

White with #E50318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50318; }

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

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

background-color css

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

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

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

border-color css

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

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

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