Html Css Color HEX #E90306 Venetian Red

📋 copy color: '#E90306'

red 233 ◦ green 3 ◦ blue 6

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

Shades of Venetian Red #E90306

Tints of Venetian Red #E90306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 96.28%
G = 1.24%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E90306 (or 0xE90306) is known color: Venetian Red. HEX triplet: E9, 03 and 06. RGB value is (233,3,6). Sum of RGB (Red+Green+Blue) = 233+3+6=242 (32% of max value = 765). Red value is 233 (91.41% from 255 or 96.28% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 233 - color contains mainly: red. Hex color #E90306 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E90306 is #16FCF9. Grayscale: #484848. Windows color (decimal): -1506554 or 394217. OLE color: 394217.

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

Color convert

RGB 233 3 6 -
CMYK 0 0.99 0.97 0.09
HSL 359.22º 0.97% 0.46% -
HSV(B) 359.22º 0.99% 0.91% -
XYZ 33.67 17.4 1.76 -
YUV 72.11 90.7 242.76 -
System Red Green Blue C M Y K H S L
Decimal 233 3 6 0 0.99 0.97 0.09 359.22 0.97 0.46
Hex E9 3 6 0 63 61 9 167 61 2E
Octal 351 3 6 0 143 141 11 547 141 56
Binary 11101001 11 110 0 1100011 1100001 1001 101100111 1100001 101110

Color Harmonies of #E90306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90306

Black with #E90306

Text Example


Text Example

White with #E90306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90306; }

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

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

background-color css

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

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

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

border-color css

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

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

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