Html Css Color HEX #E70506 Venetian Red

📋 copy color: '#E70506'

red 231 ◦ green 5 ◦ blue 6

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

Shades of Venetian Red #E70506

Tints of Venetian Red #E70506

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.07%

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 95.45%
G = 2.07%
B = 2.48%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E70506 (or 0xE70506) is known color: Venetian Red. HEX triplet: E7, 05 and 06. RGB value is (231,5,6). Sum of RGB (Red+Green+Blue) = 231+5+6=242 (32% of max value = 765). Red value is 231 (90.62% from 255 or 95.45% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 231 - color contains mainly: red. Hex color #E70506 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70506 is #18FAF9. Grayscale: #484848. Windows color (decimal): -1637114 or 394727. OLE color: 394727.

HSL color Cylindrical-coordinate representation of color #E70506: hue angle of 359.73º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E70506 is Cyan = 0, Magento = 0.98, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 5 6 -
CMYK 0 0.98 0.97 0.09
HSL 359.73º 0.96% 0.46% -
HSV(B) 359.73º 0.98% 0.91% -
XYZ 33.04 17.11 1.73 -
YUV 72.69 90.37 240.92 -
System Red Green Blue C M Y K H S L
Decimal 231 5 6 0 0.98 0.97 0.09 359.73 0.96 0.46
Hex E7 5 6 0 62 61 9 168 60 2E
Octal 347 5 6 0 142 141 11 550 140 56
Binary 11100111 101 110 0 1100010 1100001 1001 101101000 1100000 101110

Color Harmonies of #E70506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70506

Black with #E70506

Text Example


Text Example

White with #E70506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70506; }

 p { color: rgb(231,5,6); }

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

background-color css

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

 a { background-color: rgb(231,5,6); }

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

border-color css

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

 span { border-color: rgb(231,5,6); }

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