Html Css Color HEX #E70316 Venetian Red

📋 copy color: '#E70316'

red 231 ◦ green 3 ◦ blue 22

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

Shades of Venetian Red #E70316

Tints of Venetian Red #E70316

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 90.23%
G = 1.17%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.09

RGB Variations

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

Color information

#E70316 (or 0xE70316) is known color: Venetian Red. HEX triplet: E7, 03 and 16. RGB value is (231,3,22). Sum of RGB (Red+Green+Blue) = 231+3+22=256 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.23% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 231 - color contains mainly: red. Hex color #E70316 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70316 is #18FCE9. Grayscale: #494949. Windows color (decimal): -1637610 or 1442791. OLE color: 1442791.

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

Color convert

RGB 231 3 22 -
CMYK 0 0.99 0.90 0.09
HSL 355º 0.97% 0.46% -
HSV(B) 355º 0.99% 0.91% -
XYZ 33.13 17.11 2.32 -
YUV 73.34 99.04 240.46 -
System Red Green Blue C M Y K H S L
Decimal 231 3 22 0 0.99 0.90 0.09 355 0.97 0.46
Hex E7 3 16 0 63 5A 9 163 61 2E
Octal 347 3 26 0 143 132 11 543 141 56
Binary 11100111 11 10110 0 1100011 1011010 1001 101100011 1100001 101110

Color Harmonies of #E70316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70316

Black with #E70316

Text Example


Text Example

White with #E70316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70316; }

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

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

background-color css

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

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

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

border-color css

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

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

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