Html Css Color HEX #E62234 Alizarin

📋 copy color: '#E62234'

red 230 ◦ green 34 ◦ blue 52

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

Shades of Alizarin #E62234

Tints of Alizarin #E62234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.76%

 BLUE value IS 52 (20.7% from 255) = 16.46%

R = 72.78%
G = 10.76%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.10

RGB Variations

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

Color information

#E62234 (or 0xE62234) is known color: Alizarin. HEX triplet: E6, 22 and 34. RGB value is (230,34,52). Sum of RGB (Red+Green+Blue) = 230+34+52=316 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.78% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 52 (20.70% from 255 or 16.46% from 316); Max value from RGB is 230 - color contains mainly: red. Hex color #E62234 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62234 is #19DDCB. Grayscale: #5E5E5E. Windows color (decimal): -1695180 or 3416806. OLE color: 3416806.

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

Color convert

RGB 230 34 52 -
CMYK 0 0.85 0.77 0.10
HSL 354.49º 0.8% 0.52% -
HSV(B) 354.49º 0.85% 0.9% -
XYZ 33.82 18.21 4.98 -
YUV 94.66 103.93 224.54 -
System Red Green Blue C M Y K H S L
Decimal 230 34 52 0 0.85 0.77 0.10 354.49 0.8 0.52
Hex E6 22 34 0 55 4D A 162 50 34
Octal 346 42 64 0 125 115 12 542 120 64
Binary 11100110 100010 110100 0 1010101 1001101 1010 101100010 1010000 110100

Color Harmonies of #E62234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62234

Black with #E62234

Text Example


Text Example

White with #E62234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62234; }

 p { color: rgb(230,34,52); }

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

background-color css

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

 a { background-color: rgb(230,34,52); }

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

border-color css

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

 span { border-color: rgb(230,34,52); }

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