Html Css Color HEX #E70001 Venetian Red

📋 copy color: '#E70001'

red 231 ◦ green 0 ◦ blue 1

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

Shades of Venetian Red #E70001

Tints of Venetian Red #E70001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 99.57%
G = 0%
B = 0.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 1.00

 K value IS 0.09

RGB Variations

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

Color information

#E70001 (or 0xE70001) is known color: Venetian Red. HEX triplet: E7, 00 and 01. RGB value is (231,0,1). Sum of RGB (Red+Green+Blue) = 231+0+1=232 (30% of max value = 765). Red value is 231 (90.62% from 255 or 99.57% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 231 - color contains mainly: red. Hex color #E70001 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70001 is #18FFFE. Grayscale: #454545. Windows color (decimal): -1638399 or 65767. OLE color: 65767.

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

Color convert

RGB 231 0 1 -
CMYK 0 1 1.00 0.09
HSL 359.74º 1% 0.45% -
HSV(B) 359.74º 1% 0.91% -
XYZ 32.96 16.99 1.57 -
YUV 69.18 89.53 243.42 -
System Red Green Blue C M Y K H S L
Decimal 231 0 1 0 1 1.00 0.09 359.74 1 0.45
Hex E7 0 1 0 64 64 9 168 64 2D
Octal 347 0 1 0 144 144 11 550 144 55
Binary 11100111 0 1 0 1100100 1100100 1001 101101000 1100100 101101

Color Harmonies of #E70001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70001

Black with #E70001

Text Example


Text Example

White with #E70001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70001; }

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

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

background-color css

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

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

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

border-color css

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

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

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