Html Css Color HEX #E30016 Venetian Red

📋 copy color: '#E30016'

red 227 ◦ green 0 ◦ blue 22

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

Shades of Venetian Red #E30016

Tints of Venetian Red #E30016

RGB

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

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

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

R = 91.16%
G = 0%
B = 8.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E30016 (or 0xE30016) is known color: Venetian Red. HEX triplet: E3, 00 and 16. RGB value is (227,0,22). Sum of RGB (Red+Green+Blue) = 227+0+22=249 (32% of max value = 765). Red value is 227 (89.06% from 255 or 91.16% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 227 - color contains mainly: red. Hex color #E30016 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30016 is #1CFFE9. Grayscale: #464646. Windows color (decimal): -1900522 or 1442019. OLE color: 1442019.

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

Color convert

RGB 227 0 22 -
CMYK 0 1 0.90 0.11
HSL 354.19º 1% 0.45% -
HSV(B) 354.19º 1% 0.89% -
XYZ 31.82 16.39 2.25 -
YUV 70.38 100.71 239.71 -
System Red Green Blue C M Y K H S L
Decimal 227 0 22 0 1 0.90 0.11 354.19 1 0.45
Hex E3 0 16 0 64 5A B 162 64 2D
Octal 343 0 26 0 144 132 13 542 144 55
Binary 11100011 0 10110 0 1100100 1011010 1011 101100010 1100100 101101

Color Harmonies of #E30016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30016

Black with #E30016

Text Example


Text Example

White with #E30016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30016; }

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

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

background-color css

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

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

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

border-color css

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

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

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