Html Css Color HEX #E62624 Persian Red

📋 copy color: '#E62624'

red 230 ◦ green 38 ◦ blue 36

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

Shades of Persian Red #E62624

Tints of Persian Red #E62624

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.84%

R = 75.66%
G = 12.5%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.10

RGB Variations

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

Color information

#E62624 (or 0xE62624) is known color: Persian Red. HEX triplet: E6, 26 and 24. RGB value is (230,38,36). Sum of RGB (Red+Green+Blue) = 230+38+36=304 (40% of max value = 765). Red value is 230 (90.23% from 255 or 75.66% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 36 (14.45% from 255 or 11.84% from 304); Max value from RGB is 230 - color contains mainly: red. Hex color #E62624 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62624 is #19D9DB. Grayscale: #5F5F5F. Windows color (decimal): -1694172 or 2369254. OLE color: 2369254.

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

Color convert

RGB 230 38 36 -
CMYK 0 0.83 0.84 0.10
HSL 0.62º 0.8% 0.52% -
HSV(B) 0.62º 0.84% 0.9% -
XYZ 33.64 18.34 3.44 -
YUV 95.18 94.61 224.16 -
System Red Green Blue C M Y K H S L
Decimal 230 38 36 0 0.83 0.84 0.10 0.62 0.8 0.52
Hex E6 26 24 0 53 54 A 1 50 34
Octal 346 46 44 0 123 124 12 1 120 64
Binary 11100110 100110 100100 0 1010011 1010100 1010 1 1010000 110100

Color Harmonies of #E62624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62624

Black with #E62624

Text Example


Text Example

White with #E62624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62624; }

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

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

background-color css

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

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

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

border-color css

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

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

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