Html Css Color HEX #E5050C Venetian Red

📋 copy color: '#E5050C'

red 229 ◦ green 5 ◦ blue 12

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

Shades of Venetian Red #E5050C

Tints of Venetian Red #E5050C

RGB

 RED value IS 229 (89.84% from 255) = 93.09%

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

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

R = 93.09%
G = 2.03%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5050C (or 0xE5050C) is known color: Venetian Red. HEX triplet: E5, 05 and 0C. RGB value is (229,5,12). Sum of RGB (Red+Green+Blue) = 229+5+12=246 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.09% from 246); Green value is 5 (2.34% from 255 or 2.03% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 229 - color contains mainly: red. Hex color #E5050C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5050C is #1AFAF3. Grayscale: #484848. Windows color (decimal): -1768180 or 787941. OLE color: 787941.

HSL color Cylindrical-coordinate representation of color #E5050C: hue angle of 358.12º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E5050C is Cyan = 0, Magento = 0.98, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 5 12 -
CMYK 0 0.98 0.95 0.10
HSL 358.13º 0.96% 0.46% -
HSV(B) 358.13º 0.98% 0.9% -
XYZ 32.43 16.79 1.88 -
YUV 72.77 93.71 239.43 -
System Red Green Blue C M Y K H S L
Decimal 229 5 12 0 0.98 0.95 0.10 358.13 0.96 0.46
Hex E5 5 C 0 62 5F A 166 60 2E
Octal 345 5 14 0 142 137 12 546 140 56
Binary 11100101 101 1100 0 1100010 1011111 1010 101100110 1100000 101110

Color Harmonies of #E5050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5050C

Black with #E5050C

Text Example


Text Example

White with #E5050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5050C; }

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

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

background-color css

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

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

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

border-color css

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

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

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