Html Css Color HEX #E50309 Venetian Red

📋 copy color: '#E50309'

red 229 ◦ green 3 ◦ blue 9

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

Shades of Venetian Red #E50309

Tints of Venetian Red #E50309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.73%

R = 95.02%
G = 1.24%
B = 3.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.10

RGB Variations

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

Color information

#E50309 (or 0xE50309) is known color: Venetian Red. HEX triplet: E5, 03 and 09. RGB value is (229,3,9). Sum of RGB (Red+Green+Blue) = 229+3+9=241 (31% of max value = 765). Red value is 229 (89.84% from 255 or 95.02% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 229 - color contains mainly: red. Hex color #E50309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E50309 is #1AFCF6. Grayscale: #474747. Windows color (decimal): -1768695 or 590821. OLE color: 590821.

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

Color convert

RGB 229 3 9 -
CMYK 0 0.99 0.96 0.10
HSL 358.41º 0.97% 0.45% -
HSV(B) 358.41º 0.99% 0.9% -
XYZ 32.39 16.74 1.78 -
YUV 71.26 92.87 240.51 -
System Red Green Blue C M Y K H S L
Decimal 229 3 9 0 0.99 0.96 0.10 358.41 0.97 0.45
Hex E5 3 9 0 63 60 A 166 61 2D
Octal 345 3 11 0 143 140 12 546 141 55
Binary 11100101 11 1001 0 1100011 1100000 1010 101100110 1100001 101101

Color Harmonies of #E50309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E50309

Black with #E50309

Text Example


Text Example

White with #E50309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E50309; }

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

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

background-color css

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

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

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

border-color css

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

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

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