Html Css Color HEX #E3271F Persian Red

📋 copy color: '#E3271F'

red 227 ◦ green 39 ◦ blue 31

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

Shades of Persian Red #E3271F

Tints of Persian Red #E3271F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.13%

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

R = 76.43%
G = 13.13%
B = 10.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E3271F (or 0xE3271F) is known color: Persian Red. HEX triplet: E3, 27 and 1F. RGB value is (227,39,31). Sum of RGB (Red+Green+Blue) = 227+39+31=297 (39% of max value = 765). Red value is 227 (89.06% from 255 or 76.43% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 227 - color contains mainly: red. Hex color #E3271F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E3271F is #1CD8E0. Grayscale: #5E5E5E. Windows color (decimal): -1890529 or 2041827. OLE color: 2041827.

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

Color convert

RGB 227 39 31 -
CMYK 0 0.83 0.86 0.11
HSL 2.45º 0.78% 0.51% -
HSV(B) 2.45º 0.86% 0.89% -
XYZ 32.65 17.88 3.03 -
YUV 94.3 92.28 222.65 -
System Red Green Blue C M Y K H S L
Decimal 227 39 31 0 0.83 0.86 0.11 2.45 0.78 0.51
Hex E3 27 1F 0 53 56 B 2 4E 33
Octal 343 47 37 0 123 126 13 2 116 63
Binary 11100011 100111 11111 0 1010011 1010110 1011 10 1001110 110011

Color Harmonies of #E3271F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3271F

Black with #E3271F

Text Example


Text Example

White with #E3271F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3271F; }

 p { color: rgb(227,39,31); }

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

background-color css

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

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

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

border-color css

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

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

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