Html Css Color HEX #E10414 Venetian Red

📋 copy color: '#E10414'

red 225 ◦ green 4 ◦ blue 20

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

Shades of Venetian Red #E10414

Tints of Venetian Red #E10414

RGB

 RED value IS 225 (88.28% from 255) = 90.36%

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 20 (8.2% from 255) = 8.03%

R = 90.36%
G = 1.61%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#E10414 (or 0xE10414) is known color: Venetian Red. HEX triplet: E1, 04 and 14. RGB value is (225,4,20). Sum of RGB (Red+Green+Blue) = 225+4+20=249 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.36% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 225 - color contains mainly: red. Hex color #E10414 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10414 is #1EFBEB. Grayscale: #484848. Windows color (decimal): -2030572 or 1311969. OLE color: 1311969.

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

Color convert

RGB 225 4 20 -
CMYK 0 0.98 0.91 0.12
HSL 355.66º 0.97% 0.45% -
HSV(B) 355.66º 0.98% 0.88% -
XYZ 31.22 16.14 2.13 -
YUV 71.9 98.72 237.2 -
System Red Green Blue C M Y K H S L
Decimal 225 4 20 0 0.98 0.91 0.12 355.66 0.97 0.45
Hex E1 4 14 0 62 5B C 164 61 2D
Octal 341 4 24 0 142 133 14 544 141 55
Binary 11100001 100 10100 0 1100010 1011011 1100 101100100 1100001 101101

Color Harmonies of #E10414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10414

Black with #E10414

Text Example


Text Example

White with #E10414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10414; }

 p { color: rgb(225,4,20); }

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

background-color css

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

 a { background-color: rgb(225,4,20); }

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

border-color css

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

 span { border-color: rgb(225,4,20); }

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