Html Css Color HEX #E30012 Venetian Red

📋 copy color: '#E30012'

red 227 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #E30012

Tints of Venetian Red #E30012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.65%
G = 0%
B = 7.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E30012 (or 0xE30012) is known color: Venetian Red. HEX triplet: E3, 00 and 12. RGB value is (227,0,18). Sum of RGB (Red+Green+Blue) = 227+0+18=245 (32% of max value = 765). Red value is 227 (89.06% from 255 or 92.65% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 227 - color contains mainly: red. Hex color #E30012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30012 is #1CFFED. Grayscale: #464646. Windows color (decimal): -1900526 or 1179875. OLE color: 1179875.

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

Color convert

RGB 227 0 18 -
CMYK 0 1 0.92 0.11
HSL 355.24º 1% 0.45% -
HSV(B) 355.24º 1% 0.89% -
XYZ 31.79 16.37 2.06 -
YUV 69.93 98.71 240.04 -
System Red Green Blue C M Y K H S L
Decimal 227 0 18 0 1 0.92 0.11 355.24 1 0.45
Hex E3 0 12 0 64 5C B 163 64 2D
Octal 343 0 22 0 144 134 13 543 144 55
Binary 11100011 0 10010 0 1100100 1011100 1011 101100011 1100100 101101

Color Harmonies of #E30012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30012

Black with #E30012

Text Example


Text Example

White with #E30012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30012; }

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

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

background-color css

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

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

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

border-color css

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

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

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