Html Css Color HEX #E70508 Venetian Red

📋 copy color: '#E70508'

red 231 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #E70508

Tints of Venetian Red #E70508

RGB

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

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

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

R = 94.67%
G = 2.05%
B = 3.28%

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

#E70508 (or 0xE70508) is known color: Venetian Red. HEX triplet: E7, 05 and 08. RGB value is (231,5,8). Sum of RGB (Red+Green+Blue) = 231+5+8=244 (32% of max value = 765). Red value is 231 (90.62% from 255 or 94.67% from 244); Green value is 5 (2.34% from 255 or 2.05% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 231 - color contains mainly: red. Hex color #E70508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70508 is #18FAF7. Grayscale: #494949. Windows color (decimal): -1637112 or 525799. OLE color: 525799.

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

Color convert

RGB 231 5 8 -
CMYK 0 0.98 0.97 0.09
HSL 359.2º 0.96% 0.46% -
HSV(B) 359.2º 0.98% 0.91% -
XYZ 33.05 17.12 1.79 -
YUV 72.92 91.37 240.76 -
System Red Green Blue C M Y K H S L
Decimal 231 5 8 0 0.98 0.97 0.09 359.2 0.96 0.46
Hex E7 5 8 0 62 61 9 167 60 2E
Octal 347 5 10 0 142 141 11 547 140 56
Binary 11100111 101 1000 0 1100010 1100001 1001 101100111 1100000 101110

Color Harmonies of #E70508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70508

Black with #E70508

Text Example


Text Example

White with #E70508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70508; }

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

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

background-color css

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

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

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

border-color css

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

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

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