Html Css Color HEX #E30118 Venetian Red

📋 copy color: '#E30118'

red 227 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #E30118

Tints of Venetian Red #E30118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

 BLUE value IS 24 (9.77% from 255) = 9.52%

R = 90.08%
G = 0.4%
B = 9.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E30118 (or 0xE30118) is known color: Venetian Red. HEX triplet: E3, 01 and 18. RGB value is (227,1,24). Sum of RGB (Red+Green+Blue) = 227+1+24=252 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.08% from 252); Green value is 1 (0.78% from 255 or 0.40% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 227 - color contains mainly: red. Hex color #E30118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30118 is #1CFEE7. Grayscale: #474747. Windows color (decimal): -1900264 or 1573347. OLE color: 1573347.

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

Color convert

RGB 227 1 24 -
CMYK 0 1.00 0.89 0.11
HSL 353.89º 0.99% 0.45% -
HSV(B) 353.89º 1% 0.89% -
XYZ 31.85 16.42 2.35 -
YUV 71.2 101.37 239.13 -
System Red Green Blue C M Y K H S L
Decimal 227 1 24 0 1.00 0.89 0.11 353.89 0.99 0.45
Hex E3 1 18 0 64 59 B 162 63 2D
Octal 343 1 30 0 144 131 13 542 143 55
Binary 11100011 1 11000 0 1100100 1011001 1011 101100010 1100011 101101

Color Harmonies of #E30118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30118

Black with #E30118

Text Example


Text Example

White with #E30118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30118; }

 p { color: rgb(227,1,24); }

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

background-color css

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

 a { background-color: rgb(227,1,24); }

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

border-color css

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

 span { border-color: rgb(227,1,24); }

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