Html Css Color HEX #E90312 Venetian Red

📋 copy color: '#E90312'

red 233 ◦ green 3 ◦ blue 18

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

Shades of Venetian Red #E90312

Tints of Venetian Red #E90312

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 91.73%
G = 1.18%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.09

RGB Variations

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

Color information

#E90312 (or 0xE90312) is known color: Venetian Red. HEX triplet: E9, 03 and 12. RGB value is (233,3,18). Sum of RGB (Red+Green+Blue) = 233+3+18=254 (33% of max value = 765). Red value is 233 (91.41% from 255 or 91.73% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 18 (7.42% from 255 or 7.09% from 254); Max value from RGB is 233 - color contains mainly: red. Hex color #E90312 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90312 is #16FCED. Grayscale: #494949. Windows color (decimal): -1506542 or 1180649. OLE color: 1180649.

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

Color convert

RGB 233 3 18 -
CMYK 0 0.99 0.92 0.09
HSL 356.09º 0.97% 0.46% -
HSV(B) 356.09º 0.99% 0.91% -
XYZ 33.75 17.43 2.16 -
YUV 73.48 96.7 241.78 -
System Red Green Blue C M Y K H S L
Decimal 233 3 18 0 0.99 0.92 0.09 356.09 0.97 0.46
Hex E9 3 12 0 63 5C 9 164 61 2E
Octal 351 3 22 0 143 134 11 544 141 56
Binary 11101001 11 10010 0 1100011 1011100 1001 101100100 1100001 101110

Color Harmonies of #E90312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90312

Black with #E90312

Text Example


Text Example

White with #E90312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90312; }

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

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

background-color css

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

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

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

border-color css

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

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

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