Html Css Color HEX #E0031D Venetian Red

📋 copy color: '#E0031D'

red 224 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #E0031D

Tints of Venetian Red #E0031D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.33%

R = 87.5%
G = 1.17%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E0031D (or 0xE0031D) is known color: Venetian Red. HEX triplet: E0, 03 and 1D. RGB value is (224,3,29). Sum of RGB (Red+Green+Blue) = 224+3+29=256 (33% of max value = 765). Red value is 224 (87.89% from 255 or 87.5% from 256); Green value is 3 (1.56% from 255 or 1.17% from 256); Blue value is 29 (11.72% from 255 or 11.33% from 256); Max value from RGB is 224 - color contains mainly: red. Hex color #E0031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0031D is #1FFCE2. Grayscale: #484848. Windows color (decimal): -2096355 or 1901536. OLE color: 1901536.

HSL color Cylindrical-coordinate representation of color #E0031D: hue angle of 352.94º 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 #E0031D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 29 -
CMYK 0 0.99 0.87 0.12
HSL 352.94º 0.97% 0.45% -
HSV(B) 352.94º 0.99% 0.88% -
XYZ 30.99 16 2.62 -
YUV 72.04 103.72 236.39 -
System Red Green Blue C M Y K H S L
Decimal 224 3 29 0 0.99 0.87 0.12 352.94 0.97 0.45
Hex E0 3 1D 0 63 57 C 161 61 2D
Octal 340 3 35 0 143 127 14 541 141 55
Binary 11100000 11 11101 0 1100011 1010111 1100 101100001 1100001 101101

Color Harmonies of #E0031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0031D

Black with #E0031D

Text Example


Text Example

White with #E0031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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