Html Css Color HEX #E02423 Persian Red

📋 copy color: '#E02423'

red 224 ◦ green 36 ◦ blue 35

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

Shades of Persian Red #E02423

Tints of Persian Red #E02423

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.2%

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

R = 75.93%
G = 12.2%
B = 11.86%

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

#E02423 (or 0xE02423) is known color: Persian Red. HEX triplet: E0, 24 and 23. RGB value is (224,36,35). Sum of RGB (Red+Green+Blue) = 224+36+35=295 (39% of max value = 765). Red value is 224 (87.89% from 255 or 75.93% from 295); Green value is 36 (14.45% from 255 or 12.20% from 295); Blue value is 35 (14.06% from 255 or 11.86% from 295); Max value from RGB is 224 - color contains mainly: red. Hex color #E02423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02423 is #1FDBDC. Grayscale: #5C5C5C. Windows color (decimal): -2087901 or 2303200. OLE color: 2303200.

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

Color convert

RGB 224 36 35 -
CMYK 0 0.84 0.84 0.12
HSL 0.32º 0.75% 0.51% -
HSV(B) 0.32º 0.84% 0.88% -
XYZ 31.67 17.23 3.25 -
YUV 92.1 95.78 222.08 -
System Red Green Blue C M Y K H S L
Decimal 224 36 35 0 0.84 0.84 0.12 0.32 0.75 0.51
Hex E0 24 23 0 54 54 C 0 4B 33
Octal 340 44 43 0 124 124 14 0 113 63
Binary 11100000 100100 100011 0 1010100 1010100 1100 0 1001011 110011

Color Harmonies of #E02423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02423

Black with #E02423

Text Example


Text Example

White with #E02423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02423; }

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

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

background-color css

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

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

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

border-color css

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

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

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