Html Css Color HEX #E02C2B Persian Red

📋 copy color: '#E02C2B'

red 224 ◦ green 44 ◦ blue 43

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

Shades of Persian Red #E02C2B

Tints of Persian Red #E02C2B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 14.15%

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

R = 72.03%
G = 14.15%
B = 13.83%

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

#E02C2B (or 0xE02C2B) is known color: Persian Red. HEX triplet: E0, 2C and 2B. RGB value is (224,44,43). Sum of RGB (Red+Green+Blue) = 224+44+43=311 (41% of max value = 765). Red value is 224 (87.89% from 255 or 72.03% from 311); Green value is 44 (17.58% from 255 or 14.15% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 224 - color contains mainly: red. Hex color #E02C2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E02C2B is #1FD3D4. Grayscale: #616161. Windows color (decimal): -2085845 or 2829536. OLE color: 2829536.

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

Color convert

RGB 224 44 43 -
CMYK 0 0.80 0.81 0.12
HSL 0.33º 0.74% 0.52% -
HSV(B) 0.33º 0.81% 0.88% -
XYZ 32.08 17.82 4.04 -
YUV 97.71 97.13 218.08 -
System Red Green Blue C M Y K H S L
Decimal 224 44 43 0 0.80 0.81 0.12 0.33 0.74 0.52
Hex E0 2C 2B 0 50 51 C 0 4A 34
Octal 340 54 53 0 120 121 14 0 112 64
Binary 11100000 101100 101011 0 1010000 1010001 1100 0 1001010 110100

Color Harmonies of #E02C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02C2B

Black with #E02C2B

Text Example


Text Example

White with #E02C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02C2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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