Html Css Color HEX #E92A30 Alizarin

📋 copy color: '#E92A30'

red 233 ◦ green 42 ◦ blue 48

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

Shades of Alizarin #E92A30

Tints of Alizarin #E92A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 72.14%
G = 13%
B = 14.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E92A30 (or 0xE92A30) is known color: Alizarin. HEX triplet: E9, 2A and 30. RGB value is (233,42,48). Sum of RGB (Red+Green+Blue) = 233+42+48=323 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.14% from 323); Green value is 42 (16.80% from 255 or 13.00% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 233 - color contains mainly: red. Hex color #E92A30 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E92A30 is #16D5CF. Grayscale: #636363. Windows color (decimal): -1496528 or 3156713. OLE color: 3156713.

HSL color Cylindrical-coordinate representation of color #E92A30: hue angle of 358.12º 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 #E92A30 is Cyan = 0, Magento = 0.82, Yellow = 0.79 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 42 48 -
CMYK 0 0.82 0.79 0.09
HSL 358.12º 0.81% 0.54% -
HSV(B) 358.12º 0.82% 0.91% -
XYZ 34.97 19.19 4.66 -
YUV 99.79 98.78 223.01 -
System Red Green Blue C M Y K H S L
Decimal 233 42 48 0 0.82 0.79 0.09 358.12 0.81 0.54
Hex E9 2A 30 0 52 4F 9 166 51 36
Octal 351 52 60 0 122 117 11 546 121 66
Binary 11101001 101010 110000 0 1010010 1001111 1001 101100110 1010001 110110

Color Harmonies of #E92A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E92A30

Black with #E92A30

Text Example


Text Example

White with #E92A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E92A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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