Html Css Color HEX #E90018 Venetian Red

📋 copy color: '#E90018'

red 233 ◦ green 0 ◦ blue 24

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

Shades of Venetian Red #E90018

Tints of Venetian Red #E90018

RGB

 RED value IS 233 (91.41% from 255) = 90.66%

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

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

R = 90.66%
G = 0%
B = 9.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E90018 (or 0xE90018) is known color: Venetian Red. HEX triplet: E9, 00 and 18. RGB value is (233,0,24). Sum of RGB (Red+Green+Blue) = 233+0+24=257 (34% of max value = 765). Red value is 233 (91.41% from 255 or 90.66% from 257); Green value is 0 (0.39% from 255 or 0% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 233 - color contains mainly: red. Hex color #E90018 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90018 is #16FFE7. Grayscale: #484848. Windows color (decimal): -1507304 or 1573097. OLE color: 1573097.

HSL color Cylindrical-coordinate representation of color #E90018: hue angle of 353.82º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E90018 is Cyan = 0, Magento = 1, Yellow = 0.90 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 0 24 -
CMYK 0 1 0.90 0.09
HSL 353.82º 1% 0.46% -
HSV(B) 353.82º 1% 0.91% -
XYZ 33.77 17.39 2.44 -
YUV 72.4 100.69 242.55 -
System Red Green Blue C M Y K H S L
Decimal 233 0 24 0 1 0.90 0.09 353.82 1 0.46
Hex E9 0 18 0 64 5A 9 162 64 2E
Octal 351 0 30 0 144 132 11 542 144 56
Binary 11101001 0 11000 0 1100100 1011010 1001 101100010 1100100 101110

Color Harmonies of #E90018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90018

Black with #E90018

Text Example


Text Example

White with #E90018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90018; }

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

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

background-color css

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

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

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

border-color css

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

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

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