Html Css Color HEX #E30216 Venetian Red

📋 copy color: '#E30216'

red 227 ◦ green 2 ◦ blue 22

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

Shades of Venetian Red #E30216

Tints of Venetian Red #E30216

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.8%

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

R = 90.44%
G = 0.8%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.11

RGB Variations

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

Color information

#E30216 (or 0xE30216) is known color: Venetian Red. HEX triplet: E3, 02 and 16. RGB value is (227,2,22). Sum of RGB (Red+Green+Blue) = 227+2+22=251 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.44% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 22 (8.98% from 255 or 8.76% from 251); Max value from RGB is 227 - color contains mainly: red. Hex color #E30216 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30216 is #1CFDE9. Grayscale: #474747. Windows color (decimal): -1900010 or 1442531. OLE color: 1442531.

HSL color Cylindrical-coordinate representation of color #E30216: hue angle of 354.67º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E30216 is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 2 22 -
CMYK 0 0.99 0.90 0.11
HSL 354.67º 0.98% 0.45% -
HSV(B) 354.67º 0.99% 0.89% -
XYZ 31.85 16.43 2.25 -
YUV 71.56 100.04 238.87 -
System Red Green Blue C M Y K H S L
Decimal 227 2 22 0 0.99 0.90 0.11 354.67 0.98 0.45
Hex E3 2 16 0 63 5A B 163 62 2D
Octal 343 2 26 0 143 132 13 543 142 55
Binary 11100011 10 10110 0 1100011 1011010 1011 101100011 1100010 101101

Color Harmonies of #E30216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30216

Black with #E30216

Text Example


Text Example

White with #E30216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30216; }

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

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

background-color css

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

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

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

border-color css

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

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

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