Html Css Color HEX #E30411 Venetian Red

📋 copy color: '#E30411'

red 227 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #E30411

Tints of Venetian Red #E30411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 91.53%
G = 1.61%
B = 6.85%

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

#E30411 (or 0xE30411) is known color: Venetian Red. HEX triplet: E3, 04 and 11. RGB value is (227,4,17). Sum of RGB (Red+Green+Blue) = 227+4+17=248 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.53% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 227 - color contains mainly: red. Hex color #E30411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30411 is #1CFBEE. Grayscale: #484848. Windows color (decimal): -1899503 or 1115363. OLE color: 1115363.

HSL color Cylindrical-coordinate representation of color #E30411: hue angle of 356.5º degrees, saturation: 0.97, 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 #E30411 is Cyan = 0, Magento = 0.98, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 4 17 -
CMYK 0 0.98 0.93 0.11
HSL 356.5º 0.97% 0.45% -
HSV(B) 356.5º 0.98% 0.89% -
XYZ 31.82 16.46 2.03 -
YUV 72.16 96.88 238.44 -
System Red Green Blue C M Y K H S L
Decimal 227 4 17 0 0.98 0.93 0.11 356.5 0.97 0.45
Hex E3 4 11 0 62 5D B 165 61 2D
Octal 343 4 21 0 142 135 13 545 141 55
Binary 11100011 100 10001 0 1100010 1011101 1011 101100101 1100001 101101

Color Harmonies of #E30411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30411

Black with #E30411

Text Example


Text Example

White with #E30411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30411; }

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

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

background-color css

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

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

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

border-color css

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

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

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