Html Css Color HEX #E30816 Venetian Red

📋 copy color: '#E30816'

red 227 ◦ green 8 ◦ blue 22

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

Shades of Venetian Red #E30816

Tints of Venetian Red #E30816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.56%

R = 88.33%
G = 3.11%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E30816 (or 0xE30816) is known color: Venetian Red. HEX triplet: E3, 08 and 16. RGB value is (227,8,22). Sum of RGB (Red+Green+Blue) = 227+8+22=257 (34% of max value = 765). Red value is 227 (89.06% from 255 or 88.33% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 22 (8.98% from 255 or 8.56% from 257); Max value from RGB is 227 - color contains mainly: red. Hex color #E30816 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30816 is #1CF7E9. Grayscale: #4B4B4B. Windows color (decimal): -1898474 or 1444067. OLE color: 1444067.

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

Color convert

RGB 227 8 22 -
CMYK 0 0.96 0.90 0.11
HSL 356.16º 0.93% 0.46% -
HSV(B) 356.16º 0.96% 0.89% -
XYZ 31.91 16.56 2.27 -
YUV 75.08 98.05 236.36 -
System Red Green Blue C M Y K H S L
Decimal 227 8 22 0 0.96 0.90 0.11 356.16 0.93 0.46
Hex E3 8 16 0 60 5A B 164 5D 2E
Octal 343 10 26 0 140 132 13 544 135 56
Binary 11100011 1000 10110 0 1100000 1011010 1011 101100100 1011101 101110

Color Harmonies of #E30816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30816

Black with #E30816

Text Example


Text Example

White with #E30816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30816; }

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

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

background-color css

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

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

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

border-color css

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

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

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