Html Css Color HEX #E30712 Venetian Red

📋 copy color: '#E30712'

red 227 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #E30712

Tints of Venetian Red #E30712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

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

R = 90.08%
G = 2.78%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E30712 (or 0xE30712) is known color: Venetian Red. HEX triplet: E3, 07 and 12. RGB value is (227,7,18). Sum of RGB (Red+Green+Blue) = 227+7+18=252 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.08% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 227 - color contains mainly: red. Hex color #E30712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30712 is #1CF8ED. Grayscale: #4A4A4A. Windows color (decimal): -1898734 or 1181667. OLE color: 1181667.

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

Color convert

RGB 227 7 18 -
CMYK 0 0.97 0.92 0.11
HSL 357º 0.94% 0.46% -
HSV(B) 357º 0.97% 0.89% -
XYZ 31.86 16.53 2.08 -
YUV 74.03 96.39 237.11 -
System Red Green Blue C M Y K H S L
Decimal 227 7 18 0 0.97 0.92 0.11 357 0.94 0.46
Hex E3 7 12 0 61 5C B 165 5E 2E
Octal 343 7 22 0 141 134 13 545 136 56
Binary 11100011 111 10010 0 1100001 1011100 1011 101100101 1011110 101110

Color Harmonies of #E30712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30712

Black with #E30712

Text Example


Text Example

White with #E30712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30712; }

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

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

background-color css

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

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

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

border-color css

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

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

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