Html Css Color HEX #E62020 Persian Red

📋 copy color: '#E62020'

red 230 ◦ green 32 ◦ blue 32

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

Shades of Persian Red #E62020

Tints of Persian Red #E62020

RGB

 RED value IS 230 (90.23% from 255) = 78.23%

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 32 (12.89% from 255) = 10.88%

R = 78.23%
G = 10.88%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E62020 (or 0xE62020) is known color: Persian Red. HEX triplet: E6, 20 and 20. RGB value is (230,32,32). Sum of RGB (Red+Green+Blue) = 230+32+32=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 32 (12.89% from 255 or 10.88% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E62020 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62020 is #19DFDF. Grayscale: #5B5B5B. Windows color (decimal): -1695712 or 2105574. OLE color: 2105574.

HSL color Cylindrical-coordinate representation of color #E62020: hue angle of 0º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E62020 is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 32 32 -
CMYK 0 0.86 0.86 0.10
HSL 0.8% 0.51% -
HSV(B) 0.86% 0.9% -
XYZ 33.41 17.96 3.07 -
YUV 91.2 94.6 227 -
System Red Green Blue C M Y K H S L
Decimal 230 32 32 0 0.86 0.86 0.10 0 0.8 0.51
Hex E6 20 20 0 56 56 A 0 50 33
Octal 346 40 40 0 126 126 12 0 120 63
Binary 11100110 100000 100000 0 1010110 1010110 1010 0 1010000 110011

Color Harmonies of #E62020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62020

Black with #E62020

Text Example


Text Example

White with #E62020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62020; }

 p { color: rgb(230,32,32); }

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

background-color css

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

 a { background-color: rgb(230,32,32); }

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

border-color css

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

 span { border-color: rgb(230,32,32); }

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