Html Css Color HEX #E0051C Venetian Red

📋 copy color: '#E0051C'

red 224 ◦ green 5 ◦ blue 28

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

Shades of Venetian Red #E0051C

Tints of Venetian Red #E0051C

RGB

 RED value IS 224 (87.89% from 255) = 87.16%

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

 BLUE value IS 28 (11.33% from 255) = 10.89%

R = 87.16%
G = 1.95%
B = 10.89%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0051C (or 0xE0051C) is known color: Venetian Red. HEX triplet: E0, 05 and 1C. RGB value is (224,5,28). Sum of RGB (Red+Green+Blue) = 224+5+28=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 5 (2.34% from 255 or 1.95% from 257); Blue value is 28 (11.33% from 255 or 10.89% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E0051C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0051C is #1FFAE3. Grayscale: #494949. Windows color (decimal): -2095844 or 1836512. OLE color: 1836512.

HSL color Cylindrical-coordinate representation of color #E0051C: hue angle of 353.7º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #E0051C is Cyan = 0, Magento = 0.98, Yellow = 0.88 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 5 28 -
CMYK 0 0.98 0.88 0.12
HSL 353.7º 0.96% 0.45% -
HSV(B) 353.7º 0.98% 0.88% -
XYZ 31 16.04 2.56 -
YUV 73.1 102.55 235.63 -
System Red Green Blue C M Y K H S L
Decimal 224 5 28 0 0.98 0.88 0.12 353.7 0.96 0.45
Hex E0 5 1C 0 62 58 C 162 60 2D
Octal 340 5 34 0 142 130 14 542 140 55
Binary 11100000 101 11100 0 1100010 1011000 1100 101100010 1100000 101101

Color Harmonies of #E0051C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0051C

Black with #E0051C

Text Example


Text Example

White with #E0051C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0051C; }

 p { color: rgb(224,5,28); }

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

background-color css

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

 a { background-color: rgb(224,5,28); }

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

border-color css

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

 span { border-color: rgb(224,5,28); }

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