Html Css Color HEX #E62321 Persian Red

📋 copy color: '#E62321'

red 230 ◦ green 35 ◦ blue 33

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

Shades of Persian Red #E62321

Tints of Persian Red #E62321

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.74%

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

R = 77.18%
G = 11.74%
B = 11.07%

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

#E62321 (or 0xE62321) is known color: Persian Red. HEX triplet: E6, 23 and 21. RGB value is (230,35,33). Sum of RGB (Red+Green+Blue) = 230+35+33=298 (39% of max value = 765). Red value is 230 (90.23% from 255 or 77.18% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 33 (13.28% from 255 or 11.07% from 298); Max value from RGB is 230 - color contains mainly: red. Hex color #E62321 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62321 is #19DCDE. Grayscale: #5D5D5D. Windows color (decimal): -1694943 or 2171878. OLE color: 2171878.

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

Color convert

RGB 230 35 33 -
CMYK 0 0.85 0.86 0.10
HSL 0.61º 0.8% 0.52% -
HSV(B) 0.61º 0.86% 0.9% -
XYZ 33.51 18.13 3.17 -
YUV 93.08 94.1 225.66 -
System Red Green Blue C M Y K H S L
Decimal 230 35 33 0 0.85 0.86 0.10 0.61 0.8 0.52
Hex E6 23 21 0 55 56 A 1 50 34
Octal 346 43 41 0 125 126 12 1 120 64
Binary 11100110 100011 100001 0 1010101 1010110 1010 1 1010000 110100

Color Harmonies of #E62321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62321

Black with #E62321

Text Example


Text Example

White with #E62321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62321; }

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

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

background-color css

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

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

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

border-color css

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

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

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