Html Css Color HEX #E70A0F Venetian Red

📋 copy color: '#E70A0F'

red 231 ◦ green 10 ◦ blue 15

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

Shades of Venetian Red #E70A0F

Tints of Venetian Red #E70A0F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.91%

 BLUE value IS 15 (6.25% from 255) = 5.86%

R = 90.23%
G = 3.91%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E70A0F (or 0xE70A0F) is known color: Venetian Red. HEX triplet: E7, 0A and 0F. RGB value is (231,10,15). Sum of RGB (Red+Green+Blue) = 231+10+15=256 (33% of max value = 765). Red value is 231 (90.62% from 255 or 90.23% from 256); Green value is 10 (4.30% from 255 or 3.91% from 256); Blue value is 15 (6.25% from 255 or 5.86% from 256); Max value from RGB is 231 - color contains mainly: red. Hex color #E70A0F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E70A0F is #18F5F0. Grayscale: #4C4C4C. Windows color (decimal): -1635825 or 985831. OLE color: 985831.

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

Color convert

RGB 231 10 15 -
CMYK 0 0.96 0.94 0.09
HSL 358.64º 0.92% 0.47% -
HSV(B) 358.64º 0.96% 0.91% -
XYZ 33.15 17.24 2.03 -
YUV 76.65 93.22 238.09 -
System Red Green Blue C M Y K H S L
Decimal 231 10 15 0 0.96 0.94 0.09 358.64 0.92 0.47
Hex E7 A F 0 60 5E 9 167 5C 2F
Octal 347 12 17 0 140 136 11 547 134 57
Binary 11100111 1010 1111 0 1100000 1011110 1001 101100111 1011100 101111

Color Harmonies of #E70A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E70A0F

Black with #E70A0F

Text Example


Text Example

White with #E70A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E70A0F; }

 p { color: rgb(231,10,15); }

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

background-color css

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

 a { background-color: rgb(231,10,15); }

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

border-color css

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

 span { border-color: rgb(231,10,15); }

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