Html Css Color HEX #E30010 Venetian Red

📋 copy color: '#E30010'

red 227 ◦ green 0 ◦ blue 16

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

Shades of Venetian Red #E30010

Tints of Venetian Red #E30010

RGB

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

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

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

R = 93.42%
G = 0%
B = 6.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E30010 (or 0xE30010) is known color: Venetian Red. HEX triplet: E3, 00 and 10. RGB value is (227,0,16). Sum of RGB (Red+Green+Blue) = 227+0+16=243 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.42% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 227 - color contains mainly: red. Hex color #E30010 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30010 is #1CFFEF. Grayscale: #454545. Windows color (decimal): -1900528 or 1048803. OLE color: 1048803.

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

Color convert

RGB 227 0 16 -
CMYK 0 1 0.93 0.11
HSL 355.77º 1% 0.45% -
HSV(B) 355.77º 1% 0.89% -
XYZ 31.77 16.37 1.98 -
YUV 69.7 97.71 240.2 -
System Red Green Blue C M Y K H S L
Decimal 227 0 16 0 1 0.93 0.11 355.77 1 0.45
Hex E3 0 10 0 64 5D B 164 64 2D
Octal 343 0 20 0 144 135 13 544 144 55
Binary 11100011 0 10000 0 1100100 1011101 1011 101100100 1100100 101101

Color Harmonies of #E30010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30010

Black with #E30010

Text Example


Text Example

White with #E30010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30010; }

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

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

background-color css

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

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

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

border-color css

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

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

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