Html Css Color HEX #E30812 Venetian Red

📋 copy color: '#E30812'

red 227 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #E30812

Tints of Venetian Red #E30812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.16%

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

R = 89.72%
G = 3.16%
B = 7.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E30812 (or 0xE30812) is known color: Venetian Red. HEX triplet: E3, 08 and 12. RGB value is (227,8,18). Sum of RGB (Red+Green+Blue) = 227+8+18=253 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.72% from 253); Green value is 8 (3.52% from 255 or 3.16% from 253); Blue value is 18 (7.42% from 255 or 7.11% from 253); Max value from RGB is 227 - color contains mainly: red. Hex color #E30812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30812 is #1CF7ED. Grayscale: #4A4A4A. Windows color (decimal): -1898478 or 1181923. OLE color: 1181923.

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

Color convert

RGB 227 8 18 -
CMYK 0 0.96 0.92 0.11
HSL 357.26º 0.93% 0.46% -
HSV(B) 357.26º 0.96% 0.89% -
XYZ 31.87 16.55 2.09 -
YUV 74.62 96.05 236.69 -
System Red Green Blue C M Y K H S L
Decimal 227 8 18 0 0.96 0.92 0.11 357.26 0.93 0.46
Hex E3 8 12 0 60 5C B 165 5D 2E
Octal 343 10 22 0 140 134 13 545 135 56
Binary 11100011 1000 10010 0 1100000 1011100 1011 101100101 1011101 101110

Color Harmonies of #E30812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30812

Black with #E30812

Text Example


Text Example

White with #E30812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30812; }

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

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

background-color css

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

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

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

border-color css

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

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

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