Html Css Color HEX #E90712 Venetian Red

📋 copy color: '#E90712'

red 233 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #E90712

Tints of Venetian Red #E90712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

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

R = 90.31%
G = 2.71%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E90712 (or 0xE90712) is known color: Venetian Red. HEX triplet: E9, 07 and 12. RGB value is (233,7,18). Sum of RGB (Red+Green+Blue) = 233+7+18=258 (34% of max value = 765). Red value is 233 (91.41% from 255 or 90.31% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 233 - color contains mainly: red. Hex color #E90712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90712 is #16F8ED. Grayscale: #4C4C4C. Windows color (decimal): -1505518 or 1181673. OLE color: 1181673.

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

Color convert

RGB 233 7 18 -
CMYK 0 0.97 0.92 0.09
HSL 357.08º 0.94% 0.47% -
HSV(B) 357.08º 0.97% 0.91% -
XYZ 33.79 17.52 2.17 -
YUV 75.83 95.37 240.11 -
System Red Green Blue C M Y K H S L
Decimal 233 7 18 0 0.97 0.92 0.09 357.08 0.94 0.47
Hex E9 7 12 0 61 5C 9 165 5E 2F
Octal 351 7 22 0 141 134 11 545 136 57
Binary 11101001 111 10010 0 1100001 1011100 1001 101100101 1011110 101111

Color Harmonies of #E90712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90712

Black with #E90712

Text Example


Text Example

White with #E90712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90712; }

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

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

background-color css

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

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

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

border-color css

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

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

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