Html Css Color HEX #E1040D Venetian Red

📋 copy color: '#E1040D'

red 225 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #E1040D

Tints of Venetian Red #E1040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 92.98%
G = 1.65%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E1040D (or 0xE1040D) is known color: Venetian Red. HEX triplet: E1, 04 and 0D. RGB value is (225,4,13). Sum of RGB (Red+Green+Blue) = 225+4+13=242 (32% of max value = 765). Red value is 225 (88.28% from 255 or 92.98% from 242); Green value is 4 (1.95% from 255 or 1.65% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 225 - color contains mainly: red. Hex color #E1040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1040D is #1EFBF2. Grayscale: #474747. Windows color (decimal): -2030579 or 853217. OLE color: 853217.

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

Color convert

RGB 225 4 13 -
CMYK 0 0.98 0.94 0.12
HSL 357.56º 0.97% 0.45% -
HSV(B) 357.56º 0.98% 0.88% -
XYZ 31.17 16.12 1.85 -
YUV 71.11 95.22 237.77 -
System Red Green Blue C M Y K H S L
Decimal 225 4 13 0 0.98 0.94 0.12 357.56 0.97 0.45
Hex E1 4 D 0 62 5E C 166 61 2D
Octal 341 4 15 0 142 136 14 546 141 55
Binary 11100001 100 1101 0 1100010 1011110 1100 101100110 1100001 101101

Color Harmonies of #E1040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1040D

Black with #E1040D

Text Example


Text Example

White with #E1040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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