Html Css Color HEX #E30313 Venetian Red

📋 copy color: '#E30313'

red 227 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #E30313

Tints of Venetian Red #E30313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.63%

R = 91.16%
G = 1.2%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E30313 (or 0xE30313) is known color: Venetian Red. HEX triplet: E3, 03 and 13. RGB value is (227,3,19). Sum of RGB (Red+Green+Blue) = 227+3+19=249 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.16% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 19 (7.81% from 255 or 7.63% from 249); Max value from RGB is 227 - color contains mainly: red. Hex color #E30313 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30313 is #1CFCEC. Grayscale: #474747. Windows color (decimal): -1899757 or 1246179. OLE color: 1246179.

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

Color convert

RGB 227 3 19 -
CMYK 0 0.99 0.92 0.11
HSL 355.71º 0.97% 0.45% -
HSV(B) 355.71º 0.99% 0.89% -
XYZ 31.83 16.44 2.11 -
YUV 71.8 98.21 238.7 -
System Red Green Blue C M Y K H S L
Decimal 227 3 19 0 0.99 0.92 0.11 355.71 0.97 0.45
Hex E3 3 13 0 63 5C B 164 61 2D
Octal 343 3 23 0 143 134 13 544 141 55
Binary 11100011 11 10011 0 1100011 1011100 1011 101100100 1100001 101101

Color Harmonies of #E30313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30313

Black with #E30313

Text Example


Text Example

White with #E30313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30313; }

 p { color: rgb(227,3,19); }

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

background-color css

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

 a { background-color: rgb(227,3,19); }

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

border-color css

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

 span { border-color: rgb(227,3,19); }

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