Html Css Color HEX #E92A3C Alizarin

📋 copy color: '#E92A3C'

red 233 ◦ green 42 ◦ blue 60

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

Shades of Alizarin #E92A3C

Tints of Alizarin #E92A3C

RGB

 RED value IS 233 (91.41% from 255) = 69.55%

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

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 69.55%
G = 12.54%
B = 17.91%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E92A3C (or 0xE92A3C) is known color: Alizarin. HEX triplet: E9, 2A and 3C. RGB value is (233,42,60). Sum of RGB (Red+Green+Blue) = 233+42+60=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 42 (16.80% from 255 or 12.54% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A3C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A3C is #16D5C3. Grayscale: #656565. Windows color (decimal): -1496516 or 3943145. OLE color: 3943145.

HSL color Cylindrical-coordinate representation of color #E92A3C: hue angle of 354.35º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E92A3C is Cyan = 0, Magento = 0.82, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 42 60 -
CMYK 0 0.82 0.74 0.09
HSL 354.35º 0.81% 0.54% -
HSV(B) 354.35º 0.82% 0.91% -
XYZ 35.25 19.31 6.14 -
YUV 101.16 104.78 222.04 -
System Red Green Blue C M Y K H S L
Decimal 233 42 60 0 0.82 0.74 0.09 354.35 0.81 0.54
Hex E9 2A 3C 0 52 4A 9 162 51 36
Octal 351 52 74 0 122 112 11 542 121 66
Binary 11101001 101010 111100 0 1010010 1001010 1001 101100010 1010001 110110

Color Harmonies of #E92A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A3C

Black with #E92A3C

Text Example


Text Example

White with #E92A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A3C; }

 p { color: rgb(233,42,60); }

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

background-color css

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

 a { background-color: rgb(233,42,60); }

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

border-color css

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

 span { border-color: rgb(233,42,60); }

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