Html Css Color HEX #E9030B Venetian Red

📋 copy color: '#E9030B'

red 233 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #E9030B

Tints of Venetian Red #E9030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 94.33%
G = 1.21%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E9030B (or 0xE9030B) is known color: Venetian Red. HEX triplet: E9, 03 and 0B. RGB value is (233,3,11). Sum of RGB (Red+Green+Blue) = 233+3+11=247 (32% of max value = 765). Red value is 233 (91.41% from 255 or 94.33% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 233 - color contains mainly: red. Hex color #E9030B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E9030B is #16FCF4. Grayscale: #484848. Windows color (decimal): -1506549 or 721897. OLE color: 721897.

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

Color convert

RGB 233 3 11 -
CMYK 0 0.99 0.95 0.09
HSL 357.91º 0.97% 0.46% -
HSV(B) 357.91º 0.99% 0.91% -
XYZ 33.7 17.41 1.9 -
YUV 72.68 93.2 242.35 -
System Red Green Blue C M Y K H S L
Decimal 233 3 11 0 0.99 0.95 0.09 357.91 0.97 0.46
Hex E9 3 B 0 63 5F 9 166 61 2E
Octal 351 3 13 0 143 137 11 546 141 56
Binary 11101001 11 1011 0 1100011 1011111 1001 101100110 1100001 101110

Color Harmonies of #E9030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9030B

Black with #E9030B

Text Example


Text Example

White with #E9030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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