Html Css Color HEX #E30018 Venetian Red

📋 copy color: '#E30018'

red 227 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #E30018

Tints of Venetian Red #E30018

RGB

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

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

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

R = 90.44%
G = 0%
B = 9.56%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.11

RGB Variations

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

Color information

#E30018 (or 0xE30018) is known color: Venetian Red. HEX triplet: E3, 00 and 18. RGB value is (227,0,24). Sum of RGB (Red+Green+Blue) = 227+0+24=251 (33% of max value = 765). Red value is 227 (89.06% from 255 or 90.44% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 24 (9.77% from 255 or 9.56% from 251); Max value from RGB is 227 - color contains mainly: red. Hex color #E30018 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E30018 is #1CFFE7. Grayscale: #464646. Windows color (decimal): -1900520 or 1573091. OLE color: 1573091.

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

Color convert

RGB 227 0 24 -
CMYK 0 1 0.89 0.11
HSL 353.66º 1% 0.45% -
HSV(B) 353.66º 1% 0.89% -
XYZ 31.84 16.4 2.35 -
YUV 70.61 101.71 239.55 -
System Red Green Blue C M Y K H S L
Decimal 227 0 24 0 1 0.89 0.11 353.66 1 0.45
Hex E3 0 18 0 64 59 B 162 64 2D
Octal 343 0 30 0 144 131 13 542 144 55
Binary 11100011 0 11000 0 1100100 1011001 1011 101100010 1100100 101101

Color Harmonies of #E30018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E30018

Black with #E30018

Text Example


Text Example

White with #E30018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E30018; }

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

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

background-color css

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

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

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

border-color css

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

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

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