Html Css Color HEX #E70608 Venetian Red

📋 copy color: '#E70608'

red 231 ◦ green 6 ◦ blue 8

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

Shades of Venetian Red #E70608

Tints of Venetian Red #E70608

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

 BLUE value IS 8 (3.52% from 255) = 3.27%

R = 94.29%
G = 2.45%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E70608 (or 0xE70608) is known color: Venetian Red. HEX triplet: E7, 06 and 08. RGB value is (231,6,8). Sum of RGB (Red+Green+Blue) = 231+6+8=245 (32% of max value = 765). Red value is 231 (90.62% from 255 or 94.29% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 231 - color contains mainly: red. Hex color #E70608 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70608 is #18F9F7. Grayscale: #494949. Windows color (decimal): -1636856 or 526055. OLE color: 526055.

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

Color convert

RGB 231 6 8 -
CMYK 0 0.97 0.97 0.09
HSL 359.47º 0.95% 0.46% -
HSV(B) 359.47º 0.97% 0.91% -
XYZ 33.06 17.14 1.79 -
YUV 73.5 91.04 240.34 -
System Red Green Blue C M Y K H S L
Decimal 231 6 8 0 0.97 0.97 0.09 359.47 0.95 0.46
Hex E7 6 8 0 61 61 9 167 5F 2E
Octal 347 6 10 0 141 141 11 547 137 56
Binary 11100111 110 1000 0 1100001 1100001 1001 101100111 1011111 101110

Color Harmonies of #E70608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70608

Black with #E70608

Text Example


Text Example

White with #E70608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70608; }

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

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

background-color css

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

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

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

border-color css

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

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

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