Html Css Color HEX #E90316 Venetian Red

📋 copy color: '#E90316'

red 233 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #E90316

Tints of Venetian Red #E90316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.53%

R = 90.31%
G = 1.16%
B = 8.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#E90316 (or 0xE90316) is known color: Venetian Red. HEX triplet: E9, 03 and 16. RGB value is (233,3,22). Sum of RGB (Red+Green+Blue) = 233+3+22=258 (34% of max value = 765). Red value is 233 (91.41% from 255 or 90.31% from 258); Green value is 3 (1.56% from 255 or 1.16% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 233 - color contains mainly: red. Hex color #E90316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90316 is #16FCE9. Grayscale: #4A4A4A. Windows color (decimal): -1506538 or 1442793. OLE color: 1442793.

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

Color convert

RGB 233 3 22 -
CMYK 0 0.99 0.91 0.09
HSL 355.04º 0.97% 0.46% -
HSV(B) 355.04º 0.99% 0.91% -
XYZ 33.78 17.45 2.35 -
YUV 73.94 98.7 241.46 -
System Red Green Blue C M Y K H S L
Decimal 233 3 22 0 0.99 0.91 0.09 355.04 0.97 0.46
Hex E9 3 16 0 63 5B 9 163 61 2E
Octal 351 3 26 0 143 133 11 543 141 56
Binary 11101001 11 10110 0 1100011 1011011 1001 101100011 1100001 101110

Color Harmonies of #E90316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90316

Black with #E90316

Text Example


Text Example

White with #E90316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90316; }

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

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

background-color css

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

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

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

border-color css

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

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

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