Html Css Color HEX #E10A0D Venetian Red

📋 copy color: '#E10A0D'

red 225 ◦ green 10 ◦ blue 13

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

Shades of Venetian Red #E10A0D

Tints of Venetian Red #E10A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.03%

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

R = 90.73%
G = 4.03%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E10A0D (or 0xE10A0D) is known color: Venetian Red. HEX triplet: E1, 0A and 0D. RGB value is (225,10,13). Sum of RGB (Red+Green+Blue) = 225+10+13=248 (32% of max value = 765). Red value is 225 (88.28% from 255 or 90.73% from 248); Green value is 10 (4.30% from 255 or 4.03% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 225 - color contains mainly: red. Hex color #E10A0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10A0D is #1EF5F2. Grayscale: #4A4A4A. Windows color (decimal): -2029043 or 854753. OLE color: 854753.

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

Color convert

RGB 225 10 13 -
CMYK 0 0.96 0.94 0.12
HSL 359.16º 0.91% 0.46% -
HSV(B) 359.16º 0.96% 0.88% -
XYZ 31.23 16.25 1.87 -
YUV 74.63 93.23 235.26 -
System Red Green Blue C M Y K H S L
Decimal 225 10 13 0 0.96 0.94 0.12 359.16 0.91 0.46
Hex E1 A D 0 60 5E C 167 5B 2E
Octal 341 12 15 0 140 136 14 547 133 56
Binary 11100001 1010 1101 0 1100000 1011110 1100 101100111 1011011 101110

Color Harmonies of #E10A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10A0D

Black with #E10A0D

Text Example


Text Example

White with #E10A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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