Html Css Color HEX #E10D0E Venetian Red

📋 copy color: '#E10D0E'

red 225 ◦ green 13 ◦ blue 14

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

Shades of Venetian Red #E10D0E

Tints of Venetian Red #E10D0E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.16%

 BLUE value IS 14 (5.86% from 255) = 5.56%

R = 89.29%
G = 5.16%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E10D0E (or 0xE10D0E) is known color: Venetian Red. HEX triplet: E1, 0D and 0E. RGB value is (225,13,14). Sum of RGB (Red+Green+Blue) = 225+13+14=252 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.29% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 14 (5.86% from 255 or 5.56% from 252); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10D0E is #1EF2F1. Grayscale: #4C4C4C. Windows color (decimal): -2028274 or 921057. OLE color: 921057.

HSL color Cylindrical-coordinate representation of color #E10D0E: hue angle of 359.72º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E10D0E is Cyan = 0, Magento = 0.94, Yellow = 0.94 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 13 14 -
CMYK 0 0.94 0.94 0.12
HSL 359.72º 0.89% 0.47% -
HSV(B) 359.72º 0.94% 0.88% -
XYZ 31.27 16.33 1.92 -
YUV 76.5 92.74 233.92 -
System Red Green Blue C M Y K H S L
Decimal 225 13 14 0 0.94 0.94 0.12 359.72 0.89 0.47
Hex E1 D E 0 5E 5E C 168 59 2F
Octal 341 15 16 0 136 136 14 550 131 57
Binary 11100001 1101 1110 0 1011110 1011110 1100 101101000 1011001 101111

Color Harmonies of #E10D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D0E

Black with #E10D0E

Text Example


Text Example

White with #E10D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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