Html Css Color HEX #E70308 Venetian Red

📋 copy color: '#E70308'

red 231 ◦ green 3 ◦ blue 8

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

Shades of Venetian Red #E70308

Tints of Venetian Red #E70308

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 95.45%
G = 1.24%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.09

RGB Variations

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

Color information

#E70308 (or 0xE70308) is known color: Venetian Red. HEX triplet: E7, 03 and 08. RGB value is (231,3,8). Sum of RGB (Red+Green+Blue) = 231+3+8=242 (32% of max value = 765). Red value is 231 (90.62% from 255 or 95.45% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 231 - color contains mainly: red. Hex color #E70308 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70308 is #18FCF7. Grayscale: #474747. Windows color (decimal): -1637624 or 525287. OLE color: 525287.

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

Color convert

RGB 231 3 8 -
CMYK 0 0.99 0.97 0.09
HSL 358.68º 0.97% 0.46% -
HSV(B) 358.68º 0.99% 0.91% -
XYZ 33.03 17.07 1.78 -
YUV 71.74 92.04 241.59 -
System Red Green Blue C M Y K H S L
Decimal 231 3 8 0 0.99 0.97 0.09 358.68 0.97 0.46
Hex E7 3 8 0 63 61 9 167 61 2E
Octal 347 3 10 0 143 141 11 547 141 56
Binary 11100111 11 1000 0 1100011 1100001 1001 101100111 1100001 101110

Color Harmonies of #E70308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70308

Black with #E70308

Text Example


Text Example

White with #E70308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70308; }

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

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

background-color css

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

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

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

border-color css

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

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

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