Html Css Color HEX #E3030D Venetian Red

📋 copy color: '#E3030D'

red 227 ◦ green 3 ◦ blue 13

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

Shades of Venetian Red #E3030D

Tints of Venetian Red #E3030D

RGB

 RED value IS 227 (89.06% from 255) = 93.42%

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

 BLUE value IS 13 (5.47% from 255) = 5.35%

R = 93.42%
G = 1.23%
B = 5.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3030D (or 0xE3030D) is known color: Venetian Red. HEX triplet: E3, 03 and 0D. RGB value is (227,3,13). Sum of RGB (Red+Green+Blue) = 227+3+13=243 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.42% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 13 (5.47% from 255 or 5.35% from 243); Max value from RGB is 227 - color contains mainly: red. Hex color #E3030D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3030D is #1CFCF2. Grayscale: #474747. Windows color (decimal): -1899763 or 852963. OLE color: 852963.

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

Color convert

RGB 227 3 13 -
CMYK 0 0.99 0.94 0.11
HSL 357.32º 0.97% 0.45% -
HSV(B) 357.32º 0.99% 0.89% -
XYZ 31.78 16.43 1.88 -
YUV 71.12 95.21 239.19 -
System Red Green Blue C M Y K H S L
Decimal 227 3 13 0 0.99 0.94 0.11 357.32 0.97 0.45
Hex E3 3 D 0 63 5E B 165 61 2D
Octal 343 3 15 0 143 136 13 545 141 55
Binary 11100011 11 1101 0 1100011 1011110 1011 101100101 1100001 101101

Color Harmonies of #E3030D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3030D

Black with #E3030D

Text Example


Text Example

White with #E3030D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3030D; }

 p { color: rgb(227,3,13); }

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

background-color css

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

 a { background-color: rgb(227,3,13); }

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

border-color css

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

 span { border-color: rgb(227,3,13); }

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