Html Css Color HEX #E0031E Venetian Red

📋 copy color: '#E0031E'

red 224 ◦ green 3 ◦ blue 30

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

Shades of Venetian Red #E0031E

Tints of Venetian Red #E0031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.67%

R = 87.16%
G = 1.17%
B = 11.67%

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

#E0031E (or 0xE0031E) is known color: Venetian Red. HEX triplet: E0, 03 and 1E. RGB value is (224,3,30). Sum of RGB (Red+Green+Blue) = 224+3+30=257 (34% of max value = 765). Red value is 224 (87.89% from 255 or 87.16% from 257); Green value is 3 (1.56% from 255 or 1.17% from 257); Blue value is 30 (12.11% from 255 or 11.67% from 257); Max value from RGB is 224 - color contains mainly: red. Hex color #E0031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0031E is #1FFCE1. Grayscale: #484848. Windows color (decimal): -2096354 or 1967072. OLE color: 1967072.

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

Color convert

RGB 224 3 30 -
CMYK 0 0.99 0.87 0.12
HSL 352.67º 0.97% 0.45% -
HSV(B) 352.67º 0.99% 0.88% -
XYZ 31.01 16.01 2.68 -
YUV 72.16 104.22 236.3 -
System Red Green Blue C M Y K H S L
Decimal 224 3 30 0 0.99 0.87 0.12 352.67 0.97 0.45
Hex E0 3 1E 0 63 57 C 161 61 2D
Octal 340 3 36 0 143 127 14 541 141 55
Binary 11100000 11 11110 0 1100011 1010111 1100 101100001 1100001 101101

Color Harmonies of #E0031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0031E

Black with #E0031E

Text Example


Text Example

White with #E0031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0031E; }

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

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

background-color css

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

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

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

border-color css

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

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

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