Html Css Color HEX #E62421 Persian Red

📋 copy color: '#E62421'

red 230 ◦ green 36 ◦ blue 33

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

Shades of Persian Red #E62421

Tints of Persian Red #E62421

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.04%

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

R = 76.92%
G = 12.04%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E62421 (or 0xE62421) is known color: Persian Red. HEX triplet: E6, 24 and 21. RGB value is (230,36,33). Sum of RGB (Red+Green+Blue) = 230+36+33=299 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.92% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 33 (13.28% from 255 or 11.04% from 299); Max value from RGB is 230 - color contains mainly: red. Hex color #E62421 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62421 is #19DBDE. Grayscale: #5D5D5D. Windows color (decimal): -1694687 or 2172134. OLE color: 2172134.

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

Color convert

RGB 230 36 33 -
CMYK 0 0.84 0.86 0.10
HSL 0.91º 0.8% 0.52% -
HSV(B) 0.91º 0.86% 0.9% -
XYZ 33.54 18.19 3.18 -
YUV 93.66 93.77 225.24 -
System Red Green Blue C M Y K H S L
Decimal 230 36 33 0 0.84 0.86 0.10 0.91 0.8 0.52
Hex E6 24 21 0 54 56 A 1 50 34
Octal 346 44 41 0 124 126 12 1 120 64
Binary 11100110 100100 100001 0 1010100 1010110 1010 1 1010000 110100

Color Harmonies of #E62421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62421

Black with #E62421

Text Example


Text Example

White with #E62421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62421; }

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

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

background-color css

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

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

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

border-color css

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

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

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