Html Css Color HEX #E0031C Venetian Red

📋 copy color: '#E0031C'

red 224 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #E0031C

Tints of Venetian Red #E0031C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.18%

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

R = 87.84%
G = 1.18%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.12

RGB Variations

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

Color information

#E0031C (or 0xE0031C) is known color: Venetian Red. HEX triplet: E0, 03 and 1C. RGB value is (224,3,28). Sum of RGB (Red+Green+Blue) = 224+3+28=255 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.84% from 255); Green value is 3 (1.56% from 255 or 1.18% from 255); Blue value is 28 (11.33% from 255 or 10.98% from 255); Max value from RGB is 224 - color contains mainly: red. Hex color #E0031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0031C is #1FFCE3. Grayscale: #484848. Windows color (decimal): -2096356 or 1836000. OLE color: 1836000.

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

Color convert

RGB 224 3 28 -
CMYK 0 0.99 0.88 0.12
HSL 353.21º 0.97% 0.45% -
HSV(B) 353.21º 0.99% 0.88% -
XYZ 30.98 16 2.55 -
YUV 71.93 103.22 236.47 -
System Red Green Blue C M Y K H S L
Decimal 224 3 28 0 0.99 0.88 0.12 353.21 0.97 0.45
Hex E0 3 1C 0 63 58 C 161 61 2D
Octal 340 3 34 0 143 130 14 541 141 55
Binary 11100000 11 11100 0 1100011 1011000 1100 101100001 1100001 101101

Color Harmonies of #E0031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0031C

Black with #E0031C

Text Example


Text Example

White with #E0031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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