Html Css Color HEX #E72330 Alizarin

📋 copy color: '#E72330'

red 231 ◦ green 35 ◦ blue 48

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

Shades of Alizarin #E72330

Tints of Alizarin #E72330

RGB

 RED value IS 231 (90.63% from 255) = 73.57%

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

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

R = 73.57%
G = 11.15%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.09

RGB Variations

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

Color information

#E72330 (or 0xE72330) is known color: Alizarin. HEX triplet: E7, 23 and 30. RGB value is (231,35,48). Sum of RGB (Red+Green+Blue) = 231+35+48=314 (41% of max value = 765). Red value is 231 (90.62% from 255 or 73.57% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 48 (19.14% from 255 or 15.29% from 314); Max value from RGB is 231 - color contains mainly: red. Hex color #E72330 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E72330 is #18DCCF. Grayscale: #5F5F5F. Windows color (decimal): -1629392 or 3154919. OLE color: 3154919.

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

Color convert

RGB 231 35 48 -
CMYK 0 0.85 0.79 0.09
HSL 356.02º 0.8% 0.52% -
HSV(B) 356.02º 0.85% 0.91% -
XYZ 34.09 18.4 4.55 -
YUV 95.09 101.43 224.94 -
System Red Green Blue C M Y K H S L
Decimal 231 35 48 0 0.85 0.79 0.09 356.02 0.8 0.52
Hex E7 23 30 0 55 4F 9 164 50 34
Octal 347 43 60 0 125 117 11 544 120 64
Binary 11100111 100011 110000 0 1010101 1001111 1001 101100100 1010000 110100

Color Harmonies of #E72330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E72330

Black with #E72330

Text Example


Text Example

White with #E72330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E72330; }

 p { color: rgb(231,35,48); }

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

background-color css

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

 a { background-color: rgb(231,35,48); }

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

border-color css

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

 span { border-color: rgb(231,35,48); }

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