Html Css Color HEX #E90012 Venetian Red

📋 copy color: '#E90012'

red 233 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #E90012

Tints of Venetian Red #E90012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.17%

R = 92.83%
G = 0%
B = 7.17%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E90012 (or 0xE90012) is known color: Venetian Red. HEX triplet: E9, 00 and 12. RGB value is (233,0,18). Sum of RGB (Red+Green+Blue) = 233+0+18=251 (33% of max value = 765). Red value is 233 (91.41% from 255 or 92.83% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 18 (7.42% from 255 or 7.17% from 251); Max value from RGB is 233 - color contains mainly: red. Hex color #E90012 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90012 is #16FFED. Grayscale: #474747. Windows color (decimal): -1507310 or 1179881. OLE color: 1179881.

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

Color convert

RGB 233 0 18 -
CMYK 0 1 0.92 0.09
HSL 355.36º 1% 0.46% -
HSV(B) 355.36º 1% 0.91% -
XYZ 33.71 17.37 2.15 -
YUV 71.72 97.69 243.04 -
System Red Green Blue C M Y K H S L
Decimal 233 0 18 0 1 0.92 0.09 355.36 1 0.46
Hex E9 0 12 0 64 5C 9 163 64 2E
Octal 351 0 22 0 144 134 11 543 144 56
Binary 11101001 0 10010 0 1100100 1011100 1001 101100011 1100100 101110

Color Harmonies of #E90012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90012

Black with #E90012

Text Example


Text Example

White with #E90012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90012; }

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

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

background-color css

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

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

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

border-color css

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

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

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