Html Css Color HEX #E02D23 Persian Red

📋 copy color: '#E02D23'

red 224 ◦ green 45 ◦ blue 35

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

Shades of Persian Red #E02D23

Tints of Persian Red #E02D23

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.8%

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

R = 73.68%
G = 14.8%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#E02D23 (or 0xE02D23) is known color: Persian Red. HEX triplet: E0, 2D and 23. RGB value is (224,45,35). Sum of RGB (Red+Green+Blue) = 224+45+35=304 (40% of max value = 765). Red value is 224 (87.89% from 255 or 73.68% from 304); Green value is 45 (17.97% from 255 or 14.80% from 304); Blue value is 35 (14.06% from 255 or 11.51% from 304); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D23 is #1FD2DC. Grayscale: #616161. Windows color (decimal): -2085597 or 2305504. OLE color: 2305504.

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

Color convert

RGB 224 45 35 -
CMYK 0 0.80 0.84 0.12
HSL 3.17º 0.75% 0.51% -
HSV(B) 3.17º 0.84% 0.88% -
XYZ 31.98 17.85 3.35 -
YUV 97.38 92.8 218.31 -
System Red Green Blue C M Y K H S L
Decimal 224 45 35 0 0.80 0.84 0.12 3.17 0.75 0.51
Hex E0 2D 23 0 50 54 C 3 4B 33
Octal 340 55 43 0 120 124 14 3 113 63
Binary 11100000 101101 100011 0 1010000 1010100 1100 11 1001011 110011

Color Harmonies of #E02D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D23

Black with #E02D23

Text Example


Text Example

White with #E02D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D23; }

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

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

background-color css

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

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

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

border-color css

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

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

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