Html Css Color HEX #E5031C Venetian Red

📋 copy color: '#E5031C'

red 229 ◦ green 3 ◦ blue 28

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

Shades of Venetian Red #E5031C

Tints of Venetian Red #E5031C

RGB

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

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

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

R = 88.08%
G = 1.15%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E5031C (or 0xE5031C) is known color: Venetian Red. HEX triplet: E5, 03 and 1C. RGB value is (229,3,28). Sum of RGB (Red+Green+Blue) = 229+3+28=260 (34% of max value = 765). Red value is 229 (89.84% from 255 or 88.08% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 28 (11.33% from 255 or 10.77% from 260); Max value from RGB is 229 - color contains mainly: red. Hex color #E5031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E5031C is #1AFCE3. Grayscale: #494949. Windows color (decimal): -1768676 or 1836005. OLE color: 1836005.

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

Color convert

RGB 229 3 28 -
CMYK 0 0.99 0.88 0.10
HSL 353.36º 0.97% 0.45% -
HSV(B) 353.36º 0.99% 0.9% -
XYZ 32.56 16.81 2.63 -
YUV 73.42 102.37 238.97 -
System Red Green Blue C M Y K H S L
Decimal 229 3 28 0 0.99 0.88 0.10 353.36 0.97 0.45
Hex E5 3 1C 0 63 58 A 161 61 2D
Octal 345 3 34 0 143 130 12 541 141 55
Binary 11100101 11 11100 0 1100011 1011000 1010 101100001 1100001 101101

Color Harmonies of #E5031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5031C

Black with #E5031C

Text Example


Text Example

White with #E5031C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5031C; }

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

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

background-color css

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

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

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

border-color css

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

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

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