Html Css Color HEX #E50203 Venetian Red

📋 copy color: '#E50203'

red 229 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #E50203

Tints of Venetian Red #E50203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 97.86%
G = 0.85%
B = 1.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.10

RGB Variations

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

Color information

#E50203 (or 0xE50203) is known color: Venetian Red. HEX triplet: E5, 02 and 03. RGB value is (229,2,3). Sum of RGB (Red+Green+Blue) = 229+2+3=234 (30% of max value = 765). Red value is 229 (89.84% from 255 or 97.86% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 3 (1.56% from 255 or 1.28% from 234); Max value from RGB is 229 - color contains mainly: red. Hex color #E50203 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50203 is #1AFDFC. Grayscale: #464646. Windows color (decimal): -1768957 or 197349. OLE color: 197349.

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

Color convert

RGB 229 2 3 -
CMYK 0 0.99 0.99 0.10
HSL 359.74º 0.98% 0.45% -
HSV(B) 359.74º 0.99% 0.9% -
XYZ 32.35 16.71 1.61 -
YUV 69.99 90.21 241.42 -
System Red Green Blue C M Y K H S L
Decimal 229 2 3 0 0.99 0.99 0.10 359.74 0.98 0.45
Hex E5 2 3 0 63 63 A 168 62 2D
Octal 345 2 3 0 143 143 12 550 142 55
Binary 11100101 10 11 0 1100011 1100011 1010 101101000 1100010 101101

Color Harmonies of #E50203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50203

Black with #E50203

Text Example


Text Example

White with #E50203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50203; }

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

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

background-color css

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

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

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

border-color css

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

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

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