Html Css Color HEX #E62621 Persian Red

📋 copy color: '#E62621'

red 230 ◦ green 38 ◦ blue 33

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

Shades of Persian Red #E62621

Tints of Persian Red #E62621

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.62%

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

R = 76.41%
G = 12.62%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.86

 K value IS 0.10

RGB Variations

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

Color information

#E62621 (or 0xE62621) is known color: Persian Red. HEX triplet: E6, 26 and 21. RGB value is (230,38,33). Sum of RGB (Red+Green+Blue) = 230+38+33=301 (39% of max value = 765). Red value is 230 (90.23% from 255 or 76.41% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 33 (13.28% from 255 or 10.96% from 301); Max value from RGB is 230 - color contains mainly: red. Hex color #E62621 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62621 is #19D9DE. Grayscale: #5F5F5F. Windows color (decimal): -1694175 or 2172646. OLE color: 2172646.

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

Color convert

RGB 230 38 33 -
CMYK 0 0.83 0.86 0.10
HSL 1.52º 0.8% 0.52% -
HSV(B) 1.52º 0.86% 0.9% -
XYZ 33.6 18.32 3.2 -
YUV 94.84 93.11 224.41 -
System Red Green Blue C M Y K H S L
Decimal 230 38 33 0 0.83 0.86 0.10 1.52 0.8 0.52
Hex E6 26 21 0 53 56 A 2 50 34
Octal 346 46 41 0 123 126 12 2 120 64
Binary 11100110 100110 100001 0 1010011 1010110 1010 10 1010000 110100

Color Harmonies of #E62621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62621

Black with #E62621

Text Example


Text Example

White with #E62621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62621; }

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

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

background-color css

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

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

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

border-color css

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

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

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