Html Css Color HEX #E90313 Venetian Red

📋 copy color: '#E90313'

red 233 ◦ green 3 ◦ blue 19

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

Shades of Venetian Red #E90313

Tints of Venetian Red #E90313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.45%

R = 91.37%
G = 1.18%
B = 7.45%

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

#E90313 (or 0xE90313) is known color: Venetian Red. HEX triplet: E9, 03 and 13. RGB value is (233,3,19). Sum of RGB (Red+Green+Blue) = 233+3+19=255 (33% of max value = 765). Red value is 233 (91.41% from 255 or 91.37% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 19 (7.81% from 255 or 7.45% from 255); Max value from RGB is 233 - color contains mainly: red. Hex color #E90313 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90313 is #16FCEC. Grayscale: #494949. Windows color (decimal): -1506541 or 1246185. OLE color: 1246185.

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

Color convert

RGB 233 3 19 -
CMYK 0 0.99 0.92 0.09
HSL 355.83º 0.97% 0.46% -
HSV(B) 355.83º 0.99% 0.91% -
XYZ 33.75 17.44 2.2 -
YUV 73.59 97.2 241.7 -
System Red Green Blue C M Y K H S L
Decimal 233 3 19 0 0.99 0.92 0.09 355.83 0.97 0.46
Hex E9 3 13 0 63 5C 9 164 61 2E
Octal 351 3 23 0 143 134 11 544 141 56
Binary 11101001 11 10011 0 1100011 1011100 1001 101100100 1100001 101110

Color Harmonies of #E90313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90313

Black with #E90313

Text Example


Text Example

White with #E90313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90313; }

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

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

background-color css

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

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

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

border-color css

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

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

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