Html Css Color HEX #E50312 Venetian Red

📋 copy color: '#E50312'

red 229 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #E50312

Tints of Venetian Red #E50312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.2%

R = 91.6%
G = 1.2%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.10

RGB Variations

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

Color information

#E50312 (or 0xE50312) is known color: Venetian Red. HEX triplet: E5, 03 and 12. RGB value is (229,3,18). Sum of RGB (Red+Green+Blue) = 229+3+18=250 (33% of max value = 765). Red value is 229 (89.84% from 255 or 91.6% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 229 - color contains mainly: red. Hex color #E50312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50312 is #1AFCED. Grayscale: #484848. Windows color (decimal): -1768686 or 1180645. OLE color: 1180645.

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

Color convert

RGB 229 3 18 -
CMYK 0 0.99 0.92 0.10
HSL 356.02º 0.97% 0.45% -
HSV(B) 356.02º 0.99% 0.9% -
XYZ 32.45 16.77 2.1 -
YUV 72.28 97.37 239.78 -
System Red Green Blue C M Y K H S L
Decimal 229 3 18 0 0.99 0.92 0.10 356.02 0.97 0.45
Hex E5 3 12 0 63 5C A 164 61 2D
Octal 345 3 22 0 143 134 12 544 141 55
Binary 11100101 11 10010 0 1100011 1011100 1010 101100100 1100001 101101

Color Harmonies of #E50312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50312

Black with #E50312

Text Example


Text Example

White with #E50312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50312; }

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

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

background-color css

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

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

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

border-color css

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

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

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