Html Css Color HEX #E7050B Venetian Red

📋 copy color: '#E7050B'

red 231 ◦ green 5 ◦ blue 11

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

Shades of Venetian Red #E7050B

Tints of Venetian Red #E7050B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 93.52%
G = 2.02%
B = 4.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.09

RGB Variations

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

Color information

#E7050B (or 0xE7050B) is known color: Venetian Red. HEX triplet: E7, 05 and 0B. RGB value is (231,5,11). Sum of RGB (Red+Green+Blue) = 231+5+11=247 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.52% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 231 - color contains mainly: red. Hex color #E7050B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7050B is #18FAF4. Grayscale: #494949. Windows color (decimal): -1637109 or 722407. OLE color: 722407.

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

Color convert

RGB 231 5 11 -
CMYK 0 0.98 0.95 0.09
HSL 358.41º 0.96% 0.46% -
HSV(B) 358.41º 0.98% 0.91% -
XYZ 33.07 17.12 1.88 -
YUV 73.26 92.87 240.51 -
System Red Green Blue C M Y K H S L
Decimal 231 5 11 0 0.98 0.95 0.09 358.41 0.96 0.46
Hex E7 5 B 0 62 5F 9 166 60 2E
Octal 347 5 13 0 142 137 11 546 140 56
Binary 11100111 101 1011 0 1100010 1011111 1001 101100110 1100000 101110

Color Harmonies of #E7050B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7050B

Black with #E7050B

Text Example


Text Example

White with #E7050B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7050B; }

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

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

background-color css

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

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

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

border-color css

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

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

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