Html Css Color HEX #E00410 Venetian Red

📋 copy color: '#E00410'

red 224 ◦ green 4 ◦ blue 16

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

Shades of Venetian Red #E00410

Tints of Venetian Red #E00410

RGB

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

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

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

R = 91.8%
G = 1.64%
B = 6.56%

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

#E00410 (or 0xE00410) is known color: Venetian Red. HEX triplet: E0, 04 and 10. RGB value is (224,4,16). Sum of RGB (Red+Green+Blue) = 224+4+16=244 (32% of max value = 765). Red value is 224 (87.89% from 255 or 91.80% from 244); Green value is 4 (1.95% from 255 or 1.64% from 244); Blue value is 16 (6.64% from 255 or 6.56% from 244); Max value from RGB is 224 - color contains mainly: red. Hex color #E00410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E00410 is #1FFBEF. Grayscale: #474747. Windows color (decimal): -2096112 or 1049824. OLE color: 1049824.

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

Color convert

RGB 224 4 16 -
CMYK 0 0.98 0.93 0.12
HSL 356.73º 0.96% 0.45% -
HSV(B) 356.73º 0.98% 0.88% -
XYZ 30.88 15.97 1.95 -
YUV 71.15 96.89 237.02 -
System Red Green Blue C M Y K H S L
Decimal 224 4 16 0 0.98 0.93 0.12 356.73 0.96 0.45
Hex E0 4 10 0 62 5D C 165 60 2D
Octal 340 4 20 0 142 135 14 545 140 55
Binary 11100000 100 10000 0 1100010 1011101 1100 101100101 1100000 101101

Color Harmonies of #E00410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00410

Black with #E00410

Text Example


Text Example

White with #E00410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00410; }

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

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

background-color css

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

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

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

border-color css

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

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

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