Html Css Color HEX #E7050C Venetian Red

📋 copy color: '#E7050C'

red 231 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #E7050C

Tints of Venetian Red #E7050C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.84%

R = 93.15%
G = 2.02%
B = 4.84%

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

#E7050C (or 0xE7050C) is known color: Venetian Red. HEX triplet: E7, 05 and 0C. RGB value is (231,5,12). Sum of RGB (Red+Green+Blue) = 231+5+12=248 (32% of max value = 765). Red value is 231 (90.62% from 255 or 93.15% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 12 (5.08% from 255 or 4.84% from 248); Max value from RGB is 231 - color contains mainly: red. Hex color #E7050C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #E7050C is #18FAF3. Grayscale: #494949. Windows color (decimal): -1637108 or 787943. OLE color: 787943.

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

Color convert

RGB 231 5 12 -
CMYK 0 0.98 0.95 0.09
HSL 358.14º 0.96% 0.46% -
HSV(B) 358.14º 0.98% 0.91% -
XYZ 33.08 17.12 1.91 -
YUV 73.37 93.37 240.43 -
System Red Green Blue C M Y K H S L
Decimal 231 5 12 0 0.98 0.95 0.09 358.14 0.96 0.46
Hex E7 5 C 0 62 5F 9 166 60 2E
Octal 347 5 14 0 142 137 11 546 140 56
Binary 11100111 101 1100 0 1100010 1011111 1001 101100110 1100000 101110

Color Harmonies of #E7050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7050C

Black with #E7050C

Text Example


Text Example

White with #E7050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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