Html Css Color HEX #E32929 Persian Red

📋 copy color: '#E32929'

red 227 ◦ green 41 ◦ blue 41

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

Shades of Persian Red #E32929

Tints of Persian Red #E32929

RGB

 RED value IS 227 (89.06% from 255) = 73.46%

 GREEN value IS 41 (16.41% from 255) = 13.27%

 BLUE value IS 41 (16.41% from 255) = 13.27%

R = 73.46%
G = 13.27%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#E32929 (or 0xE32929) is known color: Persian Red. HEX triplet: E3, 29 and 29. RGB value is (227,41,41). Sum of RGB (Red+Green+Blue) = 227+41+41=309 (40% of max value = 765). Red value is 227 (89.06% from 255 or 73.46% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 41 (16.41% from 255 or 13.27% from 309); Max value from RGB is 227 - color contains mainly: red. Hex color #E32929 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E32929 is #1CD6D6. Grayscale: #606060. Windows color (decimal): -1890007 or 2697699. OLE color: 2697699.

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

Color convert

RGB 227 41 41 -
CMYK 0 0.82 0.82 0.11
HSL 0.77% 0.53% -
HSV(B) 0.82% 0.89% -
XYZ 32.87 18.08 3.85 -
YUV 96.61 96.62 221 -
System Red Green Blue C M Y K H S L
Decimal 227 41 41 0 0.82 0.82 0.11 0 0.77 0.53
Hex E3 29 29 0 52 52 B 0 4D 35
Octal 343 51 51 0 122 122 13 0 115 65
Binary 11100011 101001 101001 0 1010010 1010010 1011 0 1001101 110101

Color Harmonies of #E32929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E32929

Black with #E32929

Text Example


Text Example

White with #E32929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E32929; }

 p { color: rgb(227,41,41); }

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

background-color css

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

 a { background-color: rgb(227,41,41); }

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

border-color css

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

 span { border-color: rgb(227,41,41); }

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