Html Css Color HEX #E30511 Venetian Red

📋 copy color: '#E30511'

red 227 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #E30511

Tints of Venetian Red #E30511

RGB

 RED value IS 227 (89.06% from 255) = 91.16%

 GREEN value IS 5 (2.34% from 255) = 2.01%

 BLUE value IS 17 (7.03% from 255) = 6.83%

R = 91.16%
G = 2.01%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E30511 (or 0xE30511) is known color: Venetian Red. HEX triplet: E3, 05 and 11. RGB value is (227,5,17). Sum of RGB (Red+Green+Blue) = 227+5+17=249 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.16% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 17 (7.03% from 255 or 6.83% from 249); Max value from RGB is 227 - color contains mainly: red. Hex color #E30511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30511 is #1CFAEE. Grayscale: #484848. Windows color (decimal): -1899247 or 1115619. OLE color: 1115619.

HSL color Cylindrical-coordinate representation of color #E30511: hue angle of 356.76º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E30511 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 5 17 -
CMYK 0 0.98 0.93 0.11
HSL 356.76º 0.96% 0.45% -
HSV(B) 356.76º 0.98% 0.89% -
XYZ 31.83 16.48 2.03 -
YUV 72.75 96.55 238.02 -
System Red Green Blue C M Y K H S L
Decimal 227 5 17 0 0.98 0.93 0.11 356.76 0.96 0.45
Hex E3 5 11 0 62 5D B 165 60 2D
Octal 343 5 21 0 142 135 13 545 140 55
Binary 11100011 101 10001 0 1100010 1011101 1011 101100101 1100000 101101

Color Harmonies of #E30511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30511

Black with #E30511

Text Example


Text Example

White with #E30511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30511; }

 p { color: rgb(227,5,17); }

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

background-color css

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

 a { background-color: rgb(227,5,17); }

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

border-color css

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

 span { border-color: rgb(227,5,17); }

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