Html Css Color HEX #E11D1D Persian Red

📋 copy color: '#E11D1D'

red 225 ◦ green 29 ◦ blue 29

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

Shades of Persian Red #E11D1D

Tints of Persian Red #E11D1D

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.25%

 BLUE value IS 29 (11.72% from 255) = 10.25%

R = 79.51%
G = 10.25%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.12

RGB Variations

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

Color information

#E11D1D (or 0xE11D1D) is known color: Persian Red. HEX triplet: E1, 1D and 1D. RGB value is (225,29,29). Sum of RGB (Red+Green+Blue) = 225+29+29=283 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.51% from 283); Green value is 29 (11.72% from 255 or 10.25% from 283); Blue value is 29 (11.72% from 255 or 10.25% from 283); Max value from RGB is 225 - color contains mainly: red. Hex color #E11D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E11D1D is #1EE2E2. Grayscale: #575757. Windows color (decimal): -2024163 or 1908193. OLE color: 1908193.

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

Color convert

RGB 225 29 29 -
CMYK 0 0.87 0.87 0.12
HSL 0.77% 0.5% -
HSV(B) 0.87% 0.88% -
XYZ 31.71 16.97 2.77 -
YUV 87.6 94.93 226 -
System Red Green Blue C M Y K H S L
Decimal 225 29 29 0 0.87 0.87 0.12 0 0.77 0.5
Hex E1 1D 1D 0 57 57 C 0 4D 32
Octal 341 35 35 0 127 127 14 0 115 62
Binary 11100001 11101 11101 0 1010111 1010111 1100 0 1001101 110010

Color Harmonies of #E11D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E11D1D

Black with #E11D1D

Text Example


Text Example

White with #E11D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E11D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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