Html Css Color HEX #E6211F Persian Red

📋 copy color: '#E6211F'

red 230 ◦ green 33 ◦ blue 31

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

Shades of Persian Red #E6211F

Tints of Persian Red #E6211F

RGB

 RED value IS 230 (90.23% from 255) = 78.23%

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

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

R = 78.23%
G = 11.22%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.10

RGB Variations

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

Color information

#E6211F (or 0xE6211F) is known color: Persian Red. HEX triplet: E6, 21 and 1F. RGB value is (230,33,31). Sum of RGB (Red+Green+Blue) = 230+33+31=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E6211F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E6211F is #19DEE0. Grayscale: #5B5B5B. Windows color (decimal): -1695457 or 2040294. OLE color: 2040294.

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

Color convert

RGB 230 33 31 -
CMYK 0 0.86 0.87 0.10
HSL 0.6º 0.8% 0.51% -
HSV(B) 0.6º 0.87% 0.9% -
XYZ 33.42 18.01 3.01 -
YUV 91.68 93.77 226.66 -
System Red Green Blue C M Y K H S L
Decimal 230 33 31 0 0.86 0.87 0.10 0.6 0.8 0.51
Hex E6 21 1F 0 56 57 A 1 50 33
Octal 346 41 37 0 126 127 12 1 120 63
Binary 11100110 100001 11111 0 1010110 1010111 1010 1 1010000 110011

Color Harmonies of #E6211F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6211F

Black with #E6211F

Text Example


Text Example

White with #E6211F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6211F; }

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

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

background-color css

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

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

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

border-color css

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

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

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