Html Css Color HEX #E50316 Venetian Red

📋 copy color: '#E50316'

red 229 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #E50316

Tints of Venetian Red #E50316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.66%

R = 90.16%
G = 1.18%
B = 8.66%

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

#E50316 (or 0xE50316) is known color: Venetian Red. HEX triplet: E5, 03 and 16. RGB value is (229,3,22). Sum of RGB (Red+Green+Blue) = 229+3+22=254 (33% of max value = 765). Red value is 229 (89.84% from 255 or 90.16% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 22 (8.98% from 255 or 8.66% from 254); Max value from RGB is 229 - color contains mainly: red. Hex color #E50316 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50316 is #1AFCE9. Grayscale: #484848. Windows color (decimal): -1768682 or 1442789. OLE color: 1442789.

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

Color convert

RGB 229 3 22 -
CMYK 0 0.99 0.90 0.10
HSL 354.96º 0.97% 0.45% -
HSV(B) 354.96º 0.99% 0.9% -
XYZ 32.49 16.78 2.29 -
YUV 72.74 99.37 239.46 -
System Red Green Blue C M Y K H S L
Decimal 229 3 22 0 0.99 0.90 0.10 354.96 0.97 0.45
Hex E5 3 16 0 63 5A A 163 61 2D
Octal 345 3 26 0 143 132 12 543 141 55
Binary 11100101 11 10110 0 1100011 1011010 1010 101100011 1100001 101101

Color Harmonies of #E50316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50316

Black with #E50316

Text Example


Text Example

White with #E50316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50316; }

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

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

background-color css

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

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

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

border-color css

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

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

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