Html Css Color HEX #E10D0D Red

📋 copy color: '#E10D0D'

red 225 ◦ green 13 ◦ blue 13

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

Shades of Red #E10D0D

Tints of Red #E10D0D

RGB

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

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

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

R = 89.64%
G = 5.18%
B = 5.18%

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

#E10D0D (or 0xE10D0D) is known color: Red. HEX triplet: E1, 0D and 0D. RGB value is (225,13,13). Sum of RGB (Red+Green+Blue) = 225+13+13=251 (33% of max value = 765). Red value is 225 (88.28% from 255 or 89.64% from 251); Green value is 13 (5.47% from 255 or 5.18% from 251); Blue value is 13 (5.47% from 255 or 5.18% from 251); Max value from RGB is 225 - color contains mainly: red. Hex color #E10D0D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E10D0D is #1EF2F2. Grayscale: #4C4C4C. Windows color (decimal): -2028275 or 855521. OLE color: 855521.

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

Color convert

RGB 225 13 13 -
CMYK 0 0.94 0.94 0.12
HSL 0.89% 0.47% -
HSV(B) 0.94% 0.88% -
XYZ 31.27 16.32 1.88 -
YUV 76.39 92.24 234 -
System Red Green Blue C M Y K H S L
Decimal 225 13 13 0 0.94 0.94 0.12 0 0.89 0.47
Hex E1 D D 0 5E 5E C 0 59 2F
Octal 341 15 15 0 136 136 14 0 131 57
Binary 11100001 1101 1101 0 1011110 1011110 1100 0 1011001 101111

Color Harmonies of #E10D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10D0D

Black with #E10D0D

Text Example


Text Example

White with #E10D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10D0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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