Html Css Color HEX #E62334 Alizarin

📋 copy color: '#E62334'

red 230 ◦ green 35 ◦ blue 52

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

Shades of Alizarin #E62334

Tints of Alizarin #E62334

RGB

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

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

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

R = 72.56%
G = 11.04%
B = 16.4%

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

#E62334 (or 0xE62334) is known color: Alizarin. HEX triplet: E6, 23 and 34. RGB value is (230,35,52). Sum of RGB (Red+Green+Blue) = 230+35+52=317 (41% of max value = 765). Red value is 230 (90.23% from 255 or 72.56% from 317); Green value is 35 (14.06% from 255 or 11.04% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 230 - color contains mainly: red. Hex color #E62334 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E62334 is #19DCCB. Grayscale: #5F5F5F. Windows color (decimal): -1694924 or 3417062. OLE color: 3417062.

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

Color convert

RGB 230 35 52 -
CMYK 0 0.85 0.77 0.10
HSL 354.77º 0.8% 0.52% -
HSV(B) 354.77º 0.85% 0.9% -
XYZ 33.85 18.27 4.99 -
YUV 95.24 103.6 224.12 -
System Red Green Blue C M Y K H S L
Decimal 230 35 52 0 0.85 0.77 0.10 354.77 0.8 0.52
Hex E6 23 34 0 55 4D A 163 50 34
Octal 346 43 64 0 125 115 12 543 120 64
Binary 11100110 100011 110100 0 1010101 1001101 1010 101100011 1010000 110100

Color Harmonies of #E62334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E62334

Black with #E62334

Text Example


Text Example

White with #E62334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E62334; }

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

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

background-color css

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

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

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

border-color css

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

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

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