Html Css Color HEX #E9211F Persian Red

📋 copy color: '#E9211F'

red 233 ◦ green 33 ◦ blue 31

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

Shades of Persian Red #E9211F

Tints of Persian Red #E9211F

RGB

 RED value IS 233 (91.41% from 255) = 78.45%

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

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

R = 78.45%
G = 11.11%
B = 10.44%

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

#E9211F (or 0xE9211F) is known color: Persian Red. HEX triplet: E9, 21 and 1F. RGB value is (233,33,31). Sum of RGB (Red+Green+Blue) = 233+33+31=297 (39% of max value = 765). Red value is 233 (91.41% from 255 or 78.45% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 233 - color contains mainly: red. Hex color #E9211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E9211F is #16DEE0. Grayscale: #5C5C5C. Windows color (decimal): -1498849 or 2040297. OLE color: 2040297.

HSL color Cylindrical-coordinate representation of color #E9211F: hue angle of 0.59º degrees, saturation: 0.82, 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 #E9211F is Cyan = 0, Magento = 0.86, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 33 31 -
CMYK 0 0.86 0.87 0.09
HSL 0.59º 0.82% 0.52% -
HSV(B) 0.59º 0.87% 0.91% -
XYZ 34.4 18.51 3.06 -
YUV 92.57 93.26 228.16 -
System Red Green Blue C M Y K H S L
Decimal 233 33 31 0 0.86 0.87 0.09 0.59 0.82 0.52
Hex E9 21 1F 0 56 57 9 1 52 34
Octal 351 41 37 0 126 127 11 1 122 64
Binary 11101001 100001 11111 0 1010110 1010111 1001 1 1010010 110100

Color Harmonies of #E9211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9211F

Black with #E9211F

Text Example


Text Example

White with #E9211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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