Html Css Color HEX #E8211F Persian Red

📋 copy color: '#E8211F'

red 232 ◦ green 33 ◦ blue 31

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

Shades of Persian Red #E8211F

Tints of Persian Red #E8211F

RGB

 RED value IS 232 (91.02% from 255) = 78.38%

 GREEN value IS 33 (13.28% from 255) = 11.15%

 BLUE value IS 31 (12.5% from 255) = 10.47%

R = 78.38%
G = 11.15%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E8211F (or 0xE8211F) is known color: Persian Red. HEX triplet: E8, 21 and 1F. RGB value is (232,33,31). Sum of RGB (Red+Green+Blue) = 232+33+31=296 (39% of max value = 765). Red value is 232 (91.02% from 255 or 78.38% from 296); Green value is 33 (13.28% from 255 or 11.15% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 232 - color contains mainly: red. Hex color #E8211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E8211F is #17DEE0. Grayscale: #5C5C5C. Windows color (decimal): -1564385 or 2040296. OLE color: 2040296.

HSL color Cylindrical-coordinate representation of color #E8211F: hue angle of 0.6º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E8211F is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 33 31 -
CMYK 0 0.86 0.87 0.09
HSL 0.6º 0.81% 0.52% -
HSV(B) 0.6º 0.87% 0.91% -
XYZ 34.07 18.34 3.04 -
YUV 92.27 93.43 227.66 -
System Red Green Blue C M Y K H S L
Decimal 232 33 31 0 0.86 0.87 0.09 0.6 0.81 0.52
Hex E8 21 1F 0 56 57 9 1 51 34
Octal 350 41 37 0 126 127 11 1 121 64
Binary 11101000 100001 11111 0 1010110 1010111 1001 1 1010001 110100

Color Harmonies of #E8211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E8211F

Black with #E8211F

Text Example


Text Example

White with #E8211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E8211F; }

 p { color: rgb(232,33,31); }

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

background-color css

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

 a { background-color: rgb(232,33,31); }

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

border-color css

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

 span { border-color: rgb(232,33,31); }

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