Html Css Color HEX #E02823 Persian Red

📋 copy color: '#E02823'

red 224 ◦ green 40 ◦ blue 35

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

Shades of Persian Red #E02823

Tints of Persian Red #E02823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.71%

R = 74.92%
G = 13.38%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E02823 (or 0xE02823) is known color: Persian Red. HEX triplet: E0, 28 and 23. RGB value is (224,40,35). Sum of RGB (Red+Green+Blue) = 224+40+35=299 (39% of max value = 765). Red value is 224 (87.89% from 255 or 74.92% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 35 (14.06% from 255 or 11.71% from 299); Max value from RGB is 224 - color contains mainly: red. Hex color #E02823 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02823 is #1FD7DC. Grayscale: #5E5E5E. Windows color (decimal): -2086877 or 2304224. OLE color: 2304224.

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

Color convert

RGB 224 40 35 -
CMYK 0 0.82 0.84 0.12
HSL 1.59º 0.75% 0.51% -
HSV(B) 1.59º 0.84% 0.88% -
XYZ 31.8 17.49 3.29 -
YUV 94.45 94.46 220.41 -
System Red Green Blue C M Y K H S L
Decimal 224 40 35 0 0.82 0.84 0.12 1.59 0.75 0.51
Hex E0 28 23 0 52 54 C 2 4B 33
Octal 340 50 43 0 122 124 14 2 113 63
Binary 11100000 101000 100011 0 1010010 1010100 1100 10 1001011 110011

Color Harmonies of #E02823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02823

Black with #E02823

Text Example


Text Example

White with #E02823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02823; }

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

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

background-color css

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

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

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

border-color css

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

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

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