Html Css Color HEX #E90412 Venetian Red

📋 copy color: '#E90412'

red 233 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #E90412

Tints of Venetian Red #E90412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 91.37%
G = 1.57%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E90412 (or 0xE90412) is known color: Venetian Red. HEX triplet: E9, 04 and 12. RGB value is (233,4,18). Sum of RGB (Red+Green+Blue) = 233+4+18=255 (33% of max value = 765). Red value is 233 (91.41% from 255 or 91.37% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 18 (7.42% from 255 or 7.06% from 255); Max value from RGB is 233 - color contains mainly: red. Hex color #E90412 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90412 is #16FBED. Grayscale: #4A4A4A. Windows color (decimal): -1506286 or 1180905. OLE color: 1180905.

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

Color convert

RGB 233 4 18 -
CMYK 0 0.98 0.92 0.09
HSL 356.33º 0.97% 0.46% -
HSV(B) 356.33º 0.98% 0.91% -
XYZ 33.76 17.45 2.16 -
YUV 74.07 96.37 241.36 -
System Red Green Blue C M Y K H S L
Decimal 233 4 18 0 0.98 0.92 0.09 356.33 0.97 0.46
Hex E9 4 12 0 62 5C 9 164 61 2E
Octal 351 4 22 0 142 134 11 544 141 56
Binary 11101001 100 10010 0 1100010 1011100 1001 101100100 1100001 101110

Color Harmonies of #E90412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90412

Black with #E90412

Text Example


Text Example

White with #E90412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90412; }

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

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

background-color css

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

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

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

border-color css

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

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

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