Html Css Color HEX #E02323 Persian Red

📋 copy color: '#E02323'

red 224 ◦ green 35 ◦ blue 35

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

Shades of Persian Red #E02323

Tints of Persian Red #E02323

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.9%

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

R = 76.19%
G = 11.9%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E02323 (or 0xE02323) is known color: Persian Red. HEX triplet: E0, 23 and 23. RGB value is (224,35,35). Sum of RGB (Red+Green+Blue) = 224+35+35=294 (38% of max value = 765). Red value is 224 (87.89% from 255 or 76.19% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 35 (14.06% from 255 or 11.90% from 294); Max value from RGB is 224 - color contains mainly: red. Hex color #E02323 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02323 is #1FDCDC. Grayscale: #5B5B5B. Windows color (decimal): -2088157 or 2302944. OLE color: 2302944.

HSL color Cylindrical-coordinate representation of color #E02323: hue angle of 0º 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 #E02323 is Cyan = 0, Magento = 0.84, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 35 35 -
CMYK 0 0.84 0.84 0.12
HSL 0.75% 0.51% -
HSV(B) 0.84% 0.88% -
XYZ 31.64 17.17 3.24 -
YUV 91.51 96.12 222.5 -
System Red Green Blue C M Y K H S L
Decimal 224 35 35 0 0.84 0.84 0.12 0 0.75 0.51
Hex E0 23 23 0 54 54 C 0 4B 33
Octal 340 43 43 0 124 124 14 0 113 63
Binary 11100000 100011 100011 0 1010100 1010100 1100 0 1001011 110011

Color Harmonies of #E02323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02323

Black with #E02323

Text Example


Text Example

White with #E02323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02323; }

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

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

background-color css

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

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

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

border-color css

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

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

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