Html Css Color HEX #E0281F Persian Red

📋 copy color: '#E0281F'

red 224 ◦ green 40 ◦ blue 31

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

Shades of Persian Red #E0281F

Tints of Persian Red #E0281F

RGB

 RED value IS 224 (87.89% from 255) = 75.93%

 GREEN value IS 40 (16.02% from 255) = 13.56%

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

R = 75.93%
G = 13.56%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.86

 K value IS 0.12

RGB Variations

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

Color information

#E0281F (or 0xE0281F) is known color: Persian Red. HEX triplet: E0, 28 and 1F. RGB value is (224,40,31). Sum of RGB (Red+Green+Blue) = 224+40+31=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 40 (16.02% from 255 or 13.56% from 295); Blue value is 31 (12.5% from 255 or 10.51% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E0281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E0281F is #1FD7E0. Grayscale: #5E5E5E. Windows color (decimal): -2086881 or 2042080. OLE color: 2042080.

HSL color Cylindrical-coordinate representation of color #E0281F: hue angle of 2.8º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E0281F is Cyan = 0, Magento = 0.82, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 40 31 -
CMYK 0 0.82 0.86 0.12
HSL 2.8º 0.76% 0.5% -
HSV(B) 2.8º 0.86% 0.88% -
XYZ 31.75 17.46 2.99 -
YUV 93.99 92.46 220.73 -
System Red Green Blue C M Y K H S L
Decimal 224 40 31 0 0.82 0.86 0.12 2.8 0.76 0.5
Hex E0 28 1F 0 52 56 C 3 4C 32
Octal 340 50 37 0 122 126 14 3 114 62
Binary 11100000 101000 11111 0 1010010 1010110 1100 11 1001100 110010

Color Harmonies of #E0281F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0281F

Black with #E0281F

Text Example


Text Example

White with #E0281F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0281F; }

 p { color: rgb(224,40,31); }

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

background-color css

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

 a { background-color: rgb(224,40,31); }

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

border-color css

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

 span { border-color: rgb(224,40,31); }

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