Html Css Color HEX #E10410 Venetian Red

📋 copy color: '#E10410'

red 225 ◦ green 4 ◦ blue 16

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

Shades of Venetian Red #E10410

Tints of Venetian Red #E10410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 91.84%
G = 1.63%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.12

RGB Variations

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

Color information

#E10410 (or 0xE10410) is known color: Venetian Red. HEX triplet: E1, 04 and 10. RGB value is (225,4,16). Sum of RGB (Red+Green+Blue) = 225+4+16=245 (32% of max value = 765). Red value is 225 (88.28% from 255 or 91.84% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 225 - color contains mainly: red. Hex color #E10410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10410 is #1EFBEF. Grayscale: #474747. Windows color (decimal): -2030576 or 1049825. OLE color: 1049825.

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

Color convert

RGB 225 4 16 -
CMYK 0 0.98 0.93 0.12
HSL 356.74º 0.97% 0.45% -
HSV(B) 356.74º 0.98% 0.88% -
XYZ 31.19 16.13 1.96 -
YUV 71.45 96.72 237.52 -
System Red Green Blue C M Y K H S L
Decimal 225 4 16 0 0.98 0.93 0.12 356.74 0.97 0.45
Hex E1 4 10 0 62 5D C 165 61 2D
Octal 341 4 20 0 142 135 14 545 141 55
Binary 11100001 100 10000 0 1100010 1011101 1100 101100101 1100001 101101

Color Harmonies of #E10410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10410

Black with #E10410

Text Example


Text Example

White with #E10410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10410; }

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

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

background-color css

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

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

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

border-color css

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

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

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