Html Css Color HEX #E30112 Venetian Red

📋 copy color: '#E30112'

red 227 ◦ green 1 ◦ blue 18

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

Shades of Venetian Red #E30112

Tints of Venetian Red #E30112

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 92.28%
G = 0.41%
B = 7.32%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E30112 (or 0xE30112) is known color: Venetian Red. HEX triplet: E3, 01 and 12. RGB value is (227,1,18). Sum of RGB (Red+Green+Blue) = 227+1+18=246 (32% of max value = 765). Red value is 227 (89.06% from 255 or 92.28% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 227 - color contains mainly: red. Hex color #E30112 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30112 is #1CFEED. Grayscale: #464646. Windows color (decimal): -1900270 or 1180131. OLE color: 1180131.

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

Color convert

RGB 227 1 18 -
CMYK 0 1.00 0.92 0.11
HSL 355.49º 0.99% 0.45% -
HSV(B) 355.49º 1% 0.89% -
XYZ 31.8 16.4 2.06 -
YUV 70.51 98.37 239.62 -
System Red Green Blue C M Y K H S L
Decimal 227 1 18 0 1.00 0.92 0.11 355.49 0.99 0.45
Hex E3 1 12 0 64 5C B 163 63 2D
Octal 343 1 22 0 144 134 13 543 143 55
Binary 11100011 1 10010 0 1100100 1011100 1011 101100011 1100011 101101

Color Harmonies of #E30112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30112

Black with #E30112

Text Example


Text Example

White with #E30112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30112; }

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

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

background-color css

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

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

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

border-color css

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

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

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