Html Css Color HEX #E30116 Venetian Red

📋 copy color: '#E30116'

red 227 ◦ green 1 ◦ blue 22

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

Shades of Venetian Red #E30116

Tints of Venetian Red #E30116

RGB

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

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

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

R = 90.8%
G = 0.4%
B = 8.8%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E30116 (or 0xE30116) is known color: Venetian Red. HEX triplet: E3, 01 and 16. RGB value is (227,1,22). Sum of RGB (Red+Green+Blue) = 227+1+22=250 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.8% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 22 (8.98% from 255 or 8.8% from 250); Max value from RGB is 227 - color contains mainly: red. Hex color #E30116 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30116 is #1CFEE9. Grayscale: #474747. Windows color (decimal): -1900266 or 1442275. OLE color: 1442275.

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

Color convert

RGB 227 1 22 -
CMYK 0 1.00 0.90 0.11
HSL 354.42º 0.99% 0.45% -
HSV(B) 354.42º 1% 0.89% -
XYZ 31.83 16.41 2.25 -
YUV 70.97 100.37 239.29 -
System Red Green Blue C M Y K H S L
Decimal 227 1 22 0 1.00 0.90 0.11 354.42 0.99 0.45
Hex E3 1 16 0 64 5A B 162 63 2D
Octal 343 1 26 0 144 132 13 542 143 55
Binary 11100011 1 10110 0 1100100 1011010 1011 101100010 1100011 101101

Color Harmonies of #E30116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30116

Black with #E30116

Text Example


Text Example

White with #E30116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30116; }

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

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

background-color css

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

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

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

border-color css

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

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

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