Html Css Color HEX #E30810 Venetian Red

📋 copy color: '#E30810'

red 227 ◦ green 8 ◦ blue 16

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

Shades of Venetian Red #E30810

Tints of Venetian Red #E30810

RGB

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

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

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

R = 90.44%
G = 3.19%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E30810 (or 0xE30810) is known color: Venetian Red. HEX triplet: E3, 08 and 10. RGB value is (227,8,16). Sum of RGB (Red+Green+Blue) = 227+8+16=251 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.44% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 227 - color contains mainly: red. Hex color #E30810 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30810 is #1CF7EF. Grayscale: #4A4A4A. Windows color (decimal): -1898480 or 1050851. OLE color: 1050851.

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

Color convert

RGB 227 8 16 -
CMYK 0 0.96 0.93 0.11
HSL 357.81º 0.93% 0.46% -
HSV(B) 357.81º 0.96% 0.89% -
XYZ 31.86 16.54 2 -
YUV 74.39 95.05 236.85 -
System Red Green Blue C M Y K H S L
Decimal 227 8 16 0 0.96 0.93 0.11 357.81 0.93 0.46
Hex E3 8 10 0 60 5D B 166 5D 2E
Octal 343 10 20 0 140 135 13 546 135 56
Binary 11100011 1000 10000 0 1100000 1011101 1011 101100110 1011101 101110

Color Harmonies of #E30810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30810

Black with #E30810

Text Example


Text Example

White with #E30810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30810; }

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

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

background-color css

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

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

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

border-color css

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

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

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