Html Css Color HEX #E30310 Venetian Red

📋 copy color: '#E30310'

red 227 ◦ green 3 ◦ blue 16

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

Shades of Venetian Red #E30310

Tints of Venetian Red #E30310

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.22%

 BLUE value IS 16 (6.64% from 255) = 6.5%

R = 92.28%
G = 1.22%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E30310 (or 0xE30310) is known color: Venetian Red. HEX triplet: E3, 03 and 10. RGB value is (227,3,16). Sum of RGB (Red+Green+Blue) = 227+3+16=246 (32% of max value = 765). Red value is 227 (89.06% from 255 or 92.28% from 246); Green value is 3 (1.56% from 255 or 1.22% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 227 - color contains mainly: red. Hex color #E30310 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30310 is #1CFCEF. Grayscale: #474747. Windows color (decimal): -1899760 or 1049571. OLE color: 1049571.

HSL color Cylindrical-coordinate representation of color #E30310: hue angle of 356.52º degrees, saturation: 0.97, 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 #E30310 is Cyan = 0, Magento = 0.99, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 3 16 -
CMYK 0 0.99 0.93 0.11
HSL 356.52º 0.97% 0.45% -
HSV(B) 356.52º 0.99% 0.89% -
XYZ 31.8 16.43 1.99 -
YUV 71.46 96.71 238.94 -
System Red Green Blue C M Y K H S L
Decimal 227 3 16 0 0.99 0.93 0.11 356.52 0.97 0.45
Hex E3 3 10 0 63 5D B 165 61 2D
Octal 343 3 20 0 143 135 13 545 141 55
Binary 11100011 11 10000 0 1100011 1011101 1011 101100101 1100001 101101

Color Harmonies of #E30310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30310

Black with #E30310

Text Example


Text Example

White with #E30310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30310; }

 p { color: rgb(227,3,16); }

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

background-color css

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

 a { background-color: rgb(227,3,16); }

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

border-color css

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

 span { border-color: rgb(227,3,16); }

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