Html Css Color HEX #E02D2B Persian Red

📋 copy color: '#E02D2B'

red 224 ◦ green 45 ◦ blue 43

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

Shades of Persian Red #E02D2B

Tints of Persian Red #E02D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.78%

R = 71.79%
G = 14.42%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#E02D2B (or 0xE02D2B) is known color: Persian Red. HEX triplet: E0, 2D and 2B. RGB value is (224,45,43). Sum of RGB (Red+Green+Blue) = 224+45+43=312 (41% of max value = 765). Red value is 224 (87.89% from 255 or 71.79% from 312); Green value is 45 (17.97% from 255 or 14.42% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02D2B is #1FD2D4. Grayscale: #626262. Windows color (decimal): -2085589 or 2829792. OLE color: 2829792.

HSL color Cylindrical-coordinate representation of color #E02D2B: hue angle of 0.66º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02D2B is Cyan = 0, Magento = 0.80, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 45 43 -
CMYK 0 0.80 0.81 0.12
HSL 0.66º 0.74% 0.52% -
HSV(B) 0.66º 0.81% 0.88% -
XYZ 32.11 17.9 4.05 -
YUV 98.29 96.8 217.66 -
System Red Green Blue C M Y K H S L
Decimal 224 45 43 0 0.80 0.81 0.12 0.66 0.74 0.52
Hex E0 2D 2B 0 50 51 C 1 4A 34
Octal 340 55 53 0 120 121 14 1 112 64
Binary 11100000 101101 101011 0 1010000 1010001 1100 1 1001010 110100

Color Harmonies of #E02D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D2B

Black with #E02D2B

Text Example


Text Example

White with #E02D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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