Html Css Color HEX #E21D1D Persian Red

📋 copy color: '#E21D1D'

red 226 ◦ green 29 ◦ blue 29

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

Shades of Persian Red #E21D1D

Tints of Persian Red #E21D1D

RGB

 RED value IS 226 (88.67% from 255) = 79.58%

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

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

R = 79.58%
G = 10.21%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.87

 K value IS 0.11

RGB Variations

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

Color information

#E21D1D (or 0xE21D1D) is known color: Persian Red. HEX triplet: E2, 1D and 1D. RGB value is (226,29,29). Sum of RGB (Red+Green+Blue) = 226+29+29=284 (37% of max value = 765). Red value is 226 (88.67% from 255 or 79.58% from 284); Green value is 29 (11.72% from 255 or 10.21% from 284); Blue value is 29 (11.72% from 255 or 10.21% from 284); Max value from RGB is 226 - color contains mainly: red. Hex color #E21D1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E21D1D is #1DE2E2. Grayscale: #585858. Windows color (decimal): -1958627 or 1908194. OLE color: 1908194.

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

Color convert

RGB 226 29 29 -
CMYK 0 0.87 0.87 0.11
HSL 0.77% 0.5% -
HSV(B) 0.87% 0.89% -
XYZ 32.03 17.14 2.78 -
YUV 87.9 94.77 226.5 -
System Red Green Blue C M Y K H S L
Decimal 226 29 29 0 0.87 0.87 0.11 0 0.77 0.5
Hex E2 1D 1D 0 57 57 B 0 4D 32
Octal 342 35 35 0 127 127 13 0 115 62
Binary 11100010 11101 11101 0 1010111 1010111 1011 0 1001101 110010

Color Harmonies of #E21D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21D1D

Black with #E21D1D

Text Example


Text Example

White with #E21D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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