Html Css Color HEX #E62221 Persian Red

📋 copy color: '#E62221'

red 230 ◦ green 34 ◦ blue 33

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

Shades of Persian Red #E62221

Tints of Persian Red #E62221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.11%

R = 77.44%
G = 11.45%
B = 11.11%

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

#E62221 (or 0xE62221) is known color: Persian Red. HEX triplet: E6, 22 and 21. RGB value is (230,34,33). Sum of RGB (Red+Green+Blue) = 230+34+33=297 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.44% from 297); Green value is 34 (13.67% from 255 or 11.45% from 297); Blue value is 33 (13.28% from 255 or 11.11% from 297); Max value from RGB is 230 - color contains mainly: red. Hex color #E62221 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62221 is #19DDDE. Grayscale: #5C5C5C. Windows color (decimal): -1695199 or 2171622. OLE color: 2171622.

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

Color convert

RGB 230 34 33 -
CMYK 0 0.85 0.86 0.10
HSL 0.3º 0.8% 0.52% -
HSV(B) 0.3º 0.86% 0.9% -
XYZ 33.48 18.08 3.16 -
YUV 92.49 94.43 226.08 -
System Red Green Blue C M Y K H S L
Decimal 230 34 33 0 0.85 0.86 0.10 0.3 0.8 0.52
Hex E6 22 21 0 55 56 A 0 50 34
Octal 346 42 41 0 125 126 12 0 120 64
Binary 11100110 100010 100001 0 1010101 1010110 1010 0 1010000 110100

Color Harmonies of #E62221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62221

Black with #E62221

Text Example


Text Example

White with #E62221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62221; }

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

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

background-color css

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

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

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

border-color css

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

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

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