Html Css Color HEX #E70102 Venetian Red

📋 copy color: '#E70102'

red 231 ◦ green 1 ◦ blue 2

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

Shades of Venetian Red #E70102

Tints of Venetian Red #E70102

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 98.72%
G = 0.43%
B = 0.85%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.99

 K value IS 0.09

RGB Variations

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

Color information

#E70102 (or 0xE70102) is known color: Venetian Red. HEX triplet: E7, 01 and 02. RGB value is (231,1,2). Sum of RGB (Red+Green+Blue) = 231+1+2=234 (30% of max value = 765). Red value is 231 (90.62% from 255 or 98.72% from 234); Green value is 1 (0.78% from 255 or 0.43% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 231 - color contains mainly: red. Hex color #E70102 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70102 is #18FEFD. Grayscale: #464646. Windows color (decimal): -1638142 or 131559. OLE color: 131559.

HSL color Cylindrical-coordinate representation of color #E70102: hue angle of 359.74º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E70102 is Cyan = 0, Magento = 1.00, Yellow = 0.99 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 1 2 -
CMYK 0 1.00 0.99 0.09
HSL 359.74º 0.99% 0.45% -
HSV(B) 359.74º 1% 0.91% -
XYZ 32.98 17.02 1.6 -
YUV 69.88 89.7 242.92 -
System Red Green Blue C M Y K H S L
Decimal 231 1 2 0 1.00 0.99 0.09 359.74 0.99 0.45
Hex E7 1 2 0 64 63 9 168 63 2D
Octal 347 1 2 0 144 143 11 550 143 55
Binary 11100111 1 10 0 1100100 1100011 1001 101101000 1100011 101101

Color Harmonies of #E70102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70102

Black with #E70102

Text Example


Text Example

White with #E70102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70102; }

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

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

background-color css

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

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

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

border-color css

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

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

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