Html Css Color HEX #E62A32 Alizarin

📋 copy color: '#E62A32'

red 230 ◦ green 42 ◦ blue 50

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

Shades of Alizarin #E62A32

Tints of Alizarin #E62A32

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.04%

 BLUE value IS 50 (19.92% from 255) = 15.53%

R = 71.43%
G = 13.04%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E62A32 (or 0xE62A32) is known color: Alizarin. HEX triplet: E6, 2A and 32. RGB value is (230,42,50). Sum of RGB (Red+Green+Blue) = 230+42+50=322 (42% of max value = 765). Red value is 230 (90.23% from 255 or 71.43% from 322); Green value is 42 (16.80% from 255 or 13.04% from 322); Blue value is 50 (19.92% from 255 or 15.53% from 322); Max value from RGB is 230 - color contains mainly: red. Hex color #E62A32 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62A32 is #19D5CD. Grayscale: #636363. Windows color (decimal): -1693134 or 3287782. OLE color: 3287782.

HSL color Cylindrical-coordinate representation of color #E62A32: hue angle of 357.45º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62A32 is Cyan = 0, Magento = 0.82, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 42 50 -
CMYK 0 0.82 0.78 0.10
HSL 357.45º 0.79% 0.53% -
HSV(B) 357.45º 0.82% 0.9% -
XYZ 34.04 18.71 4.83 -
YUV 99.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 230 42 50 0 0.82 0.78 0.10 357.45 0.79 0.53
Hex E6 2A 32 0 52 4E A 165 4F 35
Octal 346 52 62 0 122 116 12 545 117 65
Binary 11100110 101010 110010 0 1010010 1001110 1010 101100101 1001111 110101

Color Harmonies of #E62A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62A32

Black with #E62A32

Text Example


Text Example

White with #E62A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62A32; }

 p { color: rgb(230,42,50); }

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

background-color css

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

 a { background-color: rgb(230,42,50); }

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

border-color css

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

 span { border-color: rgb(230,42,50); }

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