Html Css Color HEX #E62220 Persian Red

📋 copy color: '#E62220'

red 230 ◦ green 34 ◦ blue 32

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

Shades of Persian Red #E62220

Tints of Persian Red #E62220

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.49%

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

R = 77.7%
G = 11.49%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E62220 (or 0xE62220) is known color: Persian Red. HEX triplet: E6, 22 and 20. RGB value is (230,34,32). Sum of RGB (Red+Green+Blue) = 230+34+32=296 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.70% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 230 - color contains mainly: red. Hex color #E62220 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62220 is #19DDDF. Grayscale: #5C5C5C. Windows color (decimal): -1695200 or 2106086. OLE color: 2106086.

HSL color Cylindrical-coordinate representation of color #E62220: hue angle of 0.61º 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 #E62220 is Cyan = 0, Magento = 0.85, Yellow = 0.86 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 34 32 -
CMYK 0 0.85 0.86 0.10
HSL 0.61º 0.8% 0.51% -
HSV(B) 0.61º 0.86% 0.9% -
XYZ 33.47 18.07 3.09 -
YUV 92.38 93.93 226.16 -
System Red Green Blue C M Y K H S L
Decimal 230 34 32 0 0.85 0.86 0.10 0.61 0.8 0.51
Hex E6 22 20 0 55 56 A 1 50 33
Octal 346 42 40 0 125 126 12 1 120 63
Binary 11100110 100010 100000 0 1010101 1010110 1010 1 1010000 110011

Color Harmonies of #E62220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62220

Black with #E62220

Text Example


Text Example

White with #E62220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62220; }

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

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

background-color css

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

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

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

border-color css

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

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

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