Html Css Color HEX #E2030B Venetian Red

📋 copy color: '#E2030B'

red 226 ◦ green 3 ◦ blue 11

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

Shades of Venetian Red #E2030B

Tints of Venetian Red #E2030B

RGB

 RED value IS 226 (88.67% from 255) = 94.17%

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

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

R = 94.17%
G = 1.25%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E2030B (or 0xE2030B) is known color: Venetian Red. HEX triplet: E2, 03 and 0B. RGB value is (226,3,11). Sum of RGB (Red+Green+Blue) = 226+3+11=240 (31% of max value = 765). Red value is 226 (88.67% from 255 or 94.17% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 11 (4.69% from 255 or 4.58% from 240); Max value from RGB is 226 - color contains mainly: red. Hex color #E2030B is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E2030B is #1DFCF4. Grayscale: #464646. Windows color (decimal): -1965301 or 721890. OLE color: 721890.

HSL color Cylindrical-coordinate representation of color #E2030B: hue angle of 357.85º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E2030B is Cyan = 0, Magento = 0.99, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 3 11 -
CMYK 0 0.99 0.95 0.11
HSL 357.85º 0.97% 0.45% -
HSV(B) 357.85º 0.99% 0.89% -
XYZ 31.46 16.26 1.8 -
YUV 70.59 94.38 238.85 -
System Red Green Blue C M Y K H S L
Decimal 226 3 11 0 0.99 0.95 0.11 357.85 0.97 0.45
Hex E2 3 B 0 63 5F B 166 61 2D
Octal 342 3 13 0 143 137 13 546 141 55
Binary 11100010 11 1011 0 1100011 1011111 1011 101100110 1100001 101101

Color Harmonies of #E2030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2030B

Black with #E2030B

Text Example


Text Example

White with #E2030B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2030B; }

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

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

background-color css

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

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

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

border-color css

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

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

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