Html Css Color HEX #E50306 Venetian Red

📋 copy color: '#E50306'

red 229 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #E50306

Tints of Venetian Red #E50306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.52%

R = 96.22%
G = 1.26%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.10

RGB Variations

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

Color information

#E50306 (or 0xE50306) is known color: Venetian Red. HEX triplet: E5, 03 and 06. RGB value is (229,3,6). Sum of RGB (Red+Green+Blue) = 229+3+6=238 (31% of max value = 765). Red value is 229 (89.84% from 255 or 96.22% from 238); Green value is 3 (1.56% from 255 or 1.26% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 229 - color contains mainly: red. Hex color #E50306 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50306 is #1AFCF9. Grayscale: #474747. Windows color (decimal): -1768698 or 394213. OLE color: 394213.

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

Color convert

RGB 229 3 6 -
CMYK 0 0.99 0.97 0.10
HSL 359.2º 0.97% 0.45% -
HSV(B) 359.2º 0.99% 0.9% -
XYZ 32.38 16.74 1.7 -
YUV 70.92 91.37 240.76 -
System Red Green Blue C M Y K H S L
Decimal 229 3 6 0 0.99 0.97 0.10 359.2 0.97 0.45
Hex E5 3 6 0 63 61 A 167 61 2D
Octal 345 3 6 0 143 141 12 547 141 55
Binary 11100101 11 110 0 1100011 1100001 1010 101100111 1100001 101101

Color Harmonies of #E50306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50306

Black with #E50306

Text Example


Text Example

White with #E50306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50306; }

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

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

background-color css

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

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

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

border-color css

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

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

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