Html Css Color HEX #E30312 Venetian Red

📋 copy color: '#E30312'

red 227 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #E30312

Tints of Venetian Red #E30312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.26%

R = 91.53%
G = 1.21%
B = 7.26%

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

#E30312 (or 0xE30312) is known color: Venetian Red. HEX triplet: E3, 03 and 12. RGB value is (227,3,18). Sum of RGB (Red+Green+Blue) = 227+3+18=248 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.53% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 18 (7.42% from 255 or 7.26% from 248); Max value from RGB is 227 - color contains mainly: red. Hex color #E30312 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30312 is #1CFCED. Grayscale: #474747. Windows color (decimal): -1899758 or 1180643. OLE color: 1180643.

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

Color convert

RGB 227 3 18 -
CMYK 0 0.99 0.92 0.11
HSL 355.98º 0.97% 0.45% -
HSV(B) 355.98º 0.99% 0.89% -
XYZ 31.82 16.44 2.07 -
YUV 71.69 97.71 238.78 -
System Red Green Blue C M Y K H S L
Decimal 227 3 18 0 0.99 0.92 0.11 355.98 0.97 0.45
Hex E3 3 12 0 63 5C B 164 61 2D
Octal 343 3 22 0 143 134 13 544 141 55
Binary 11100011 11 10010 0 1100011 1011100 1011 101100100 1100001 101101

Color Harmonies of #E30312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30312

Black with #E30312

Text Example


Text Example

White with #E30312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30312; }

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

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

background-color css

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

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

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

border-color css

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

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

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