Html Css Color HEX #E50305 Venetian Red

📋 copy color: '#E50305'

red 229 ◦ green 3 ◦ blue 5

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

Shades of Venetian Red #E50305

Tints of Venetian Red #E50305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.11%

R = 96.62%
G = 1.27%
B = 2.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.10

RGB Variations

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

Color information

#E50305 (or 0xE50305) is known color: Venetian Red. HEX triplet: E5, 03 and 05. RGB value is (229,3,5). Sum of RGB (Red+Green+Blue) = 229+3+5=237 (31% of max value = 765). Red value is 229 (89.84% from 255 or 96.62% from 237); Green value is 3 (1.56% from 255 or 1.27% from 237); Blue value is 5 (2.34% from 255 or 2.11% from 237); Max value from RGB is 229 - color contains mainly: red. Hex color #E50305 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50305 is #1AFCFA. Grayscale: #474747. Windows color (decimal): -1768699 or 328677. OLE color: 328677.

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

Color convert

RGB 229 3 5 -
CMYK 0 0.99 0.98 0.10
HSL 359.47º 0.97% 0.45% -
HSV(B) 359.47º 0.99% 0.9% -
XYZ 32.37 16.73 1.67 -
YUV 70.8 90.87 240.84 -
System Red Green Blue C M Y K H S L
Decimal 229 3 5 0 0.99 0.98 0.10 359.47 0.97 0.45
Hex E5 3 5 0 63 62 A 167 61 2D
Octal 345 3 5 0 143 142 12 547 141 55
Binary 11100101 11 101 0 1100011 1100010 1010 101100111 1100001 101101

Color Harmonies of #E50305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50305

Black with #E50305

Text Example


Text Example

White with #E50305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50305; }

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

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

background-color css

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

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

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

border-color css

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

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

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