Html Css Color HEX #E70203 Venetian Red

📋 copy color: '#E70203'

red 231 ◦ green 2 ◦ blue 3

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

Shades of Venetian Red #E70203

Tints of Venetian Red #E70203

RGB

 RED value IS 231 (90.63% from 255) = 97.88%

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

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 97.88%
G = 0.85%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E70203 (or 0xE70203) is known color: Venetian Red. HEX triplet: E7, 02 and 03. RGB value is (231,2,3). Sum of RGB (Red+Green+Blue) = 231+2+3=236 (31% of max value = 765). Red value is 231 (90.62% from 255 or 97.88% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 231 - color contains mainly: red. Hex color #E70203 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70203 is #18FDFC. Grayscale: #464646. Windows color (decimal): -1637885 or 197351. OLE color: 197351.

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

Color convert

RGB 231 2 3 -
CMYK 0 0.99 0.99 0.09
HSL 359.74º 0.98% 0.46% -
HSV(B) 359.74º 0.99% 0.91% -
XYZ 32.99 17.04 1.64 -
YUV 70.59 89.87 242.42 -
System Red Green Blue C M Y K H S L
Decimal 231 2 3 0 0.99 0.99 0.09 359.74 0.98 0.46
Hex E7 2 3 0 63 63 9 168 62 2E
Octal 347 2 3 0 143 143 11 550 142 56
Binary 11100111 10 11 0 1100011 1100011 1001 101101000 1100010 101110

Color Harmonies of #E70203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70203

Black with #E70203

Text Example


Text Example

White with #E70203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70203; }

 p { color: rgb(231,2,3); }

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

background-color css

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

 a { background-color: rgb(231,2,3); }

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

border-color css

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

 span { border-color: rgb(231,2,3); }

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