Html Css Color HEX #E7060D Venetian Red

📋 copy color: '#E7060D'

red 231 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #E7060D

Tints of Venetian Red #E7060D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.2%

R = 92.4%
G = 2.4%
B = 5.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#E7060D (or 0xE7060D) is known color: Venetian Red. HEX triplet: E7, 06 and 0D. RGB value is (231,6,13). Sum of RGB (Red+Green+Blue) = 231+6+13=250 (33% of max value = 765). Red value is 231 (90.62% from 255 or 92.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 231 - color contains mainly: red. Hex color #E7060D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7060D is #18F9F2. Grayscale: #4A4A4A. Windows color (decimal): -1636851 or 853735. OLE color: 853735.

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

Color convert

RGB 231 6 13 -
CMYK 0 0.97 0.94 0.09
HSL 358.13º 0.95% 0.46% -
HSV(B) 358.13º 0.97% 0.91% -
XYZ 33.09 17.15 1.95 -
YUV 74.07 93.54 239.93 -
System Red Green Blue C M Y K H S L
Decimal 231 6 13 0 0.97 0.94 0.09 358.13 0.95 0.46
Hex E7 6 D 0 61 5E 9 166 5F 2E
Octal 347 6 15 0 141 136 11 546 137 56
Binary 11100111 110 1101 0 1100001 1011110 1001 101100110 1011111 101110

Color Harmonies of #E7060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7060D

Black with #E7060D

Text Example


Text Example

White with #E7060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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