Html Css Color HEX #E5030C Venetian Red

📋 copy color: '#E5030C'

red 229 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #E5030C

Tints of Venetian Red #E5030C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.92%

R = 93.85%
G = 1.23%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5030C (or 0xE5030C) is known color: Venetian Red. HEX triplet: E5, 03 and 0C. RGB value is (229,3,12). Sum of RGB (Red+Green+Blue) = 229+3+12=244 (32% of max value = 765). Red value is 229 (89.84% from 255 or 93.85% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 229 - color contains mainly: red. Hex color #E5030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E5030C is #1AFCF3. Grayscale: #474747. Windows color (decimal): -1768692 or 787429. OLE color: 787429.

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

Color convert

RGB 229 3 12 -
CMYK 0 0.99 0.95 0.10
HSL 357.61º 0.97% 0.45% -
HSV(B) 357.61º 0.99% 0.9% -
XYZ 32.41 16.75 1.87 -
YUV 71.6 94.37 240.27 -
System Red Green Blue C M Y K H S L
Decimal 229 3 12 0 0.99 0.95 0.10 357.61 0.97 0.45
Hex E5 3 C 0 63 5F A 166 61 2D
Octal 345 3 14 0 143 137 12 546 141 55
Binary 11100101 11 1100 0 1100011 1011111 1010 101100110 1100001 101101

Color Harmonies of #E5030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5030C

Black with #E5030C

Text Example


Text Example

White with #E5030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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