Html Css Color HEX #E3020F Venetian Red

📋 copy color: '#E3020F'

red 227 ◦ green 2 ◦ blue 15

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

Shades of Venetian Red #E3020F

Tints of Venetian Red #E3020F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 15 (6.25% from 255) = 6.15%

R = 93.03%
G = 0.82%
B = 6.15%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E3020F (or 0xE3020F) is known color: Venetian Red. HEX triplet: E3, 02 and 0F. RGB value is (227,2,15). Sum of RGB (Red+Green+Blue) = 227+2+15=244 (32% of max value = 765). Red value is 227 (89.06% from 255 or 93.03% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 15 (6.25% from 255 or 6.15% from 244); Max value from RGB is 227 - color contains mainly: red. Hex color #E3020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3020F is #1CFDF0. Grayscale: #464646. Windows color (decimal): -1900017 or 983779. OLE color: 983779.

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

Color convert

RGB 227 2 15 -
CMYK 0 0.99 0.93 0.11
HSL 356.53º 0.98% 0.45% -
HSV(B) 356.53º 0.99% 0.89% -
XYZ 31.79 16.41 1.94 -
YUV 70.76 96.54 239.44 -
System Red Green Blue C M Y K H S L
Decimal 227 2 15 0 0.99 0.93 0.11 356.53 0.98 0.45
Hex E3 2 F 0 63 5D B 165 62 2D
Octal 343 2 17 0 143 135 13 545 142 55
Binary 11100011 10 1111 0 1100011 1011101 1011 101100101 1100010 101101

Color Harmonies of #E3020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3020F

Black with #E3020F

Text Example


Text Example

White with #E3020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3020F; }

 p { color: rgb(227,2,15); }

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

background-color css

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

 a { background-color: rgb(227,2,15); }

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

border-color css

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

 span { border-color: rgb(227,2,15); }

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