Html Css Color HEX #E62332 Alizarin

📋 copy color: '#E62332'

red 230 ◦ green 35 ◦ blue 50

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

Shades of Alizarin #E62332

Tints of Alizarin #E62332

RGB

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

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

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

R = 73.02%
G = 11.11%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#E62332 (or 0xE62332) is known color: Alizarin. HEX triplet: E6, 23 and 32. RGB value is (230,35,50). Sum of RGB (Red+Green+Blue) = 230+35+50=315 (41% of max value = 765). Red value is 230 (90.23% from 255 or 73.02% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 50 (19.92% from 255 or 15.87% from 315); Max value from RGB is 230 - color contains mainly: red. Hex color #E62332 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62332 is #19DCCD. Grayscale: #5F5F5F. Windows color (decimal): -1694926 or 3285990. OLE color: 3285990.

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

Color convert

RGB 230 35 50 -
CMYK 0 0.85 0.78 0.10
HSL 355.38º 0.8% 0.52% -
HSV(B) 355.38º 0.85% 0.9% -
XYZ 33.81 18.26 4.76 -
YUV 95.02 102.6 224.28 -
System Red Green Blue C M Y K H S L
Decimal 230 35 50 0 0.85 0.78 0.10 355.38 0.8 0.52
Hex E6 23 32 0 55 4E A 163 50 34
Octal 346 43 62 0 125 116 12 543 120 64
Binary 11100110 100011 110010 0 1010101 1001110 1010 101100011 1010000 110100

Color Harmonies of #E62332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62332

Black with #E62332

Text Example


Text Example

White with #E62332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62332; }

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

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

background-color css

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

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

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

border-color css

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

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

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