Html Css Color HEX #E7232A Alizarin

📋 copy color: '#E7232A'

red 231 ◦ green 35 ◦ blue 42

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

Shades of Alizarin #E7232A

Tints of Alizarin #E7232A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 75%
G = 11.36%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E7232A (or 0xE7232A) is known color: Alizarin. HEX triplet: E7, 23 and 2A. RGB value is (231,35,42). Sum of RGB (Red+Green+Blue) = 231+35+42=308 (40% of max value = 765). Red value is 231 (90.62% from 255 or 75% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 231 - color contains mainly: red. Hex color #E7232A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E7232A is #18DCD5. Grayscale: #5E5E5E. Windows color (decimal): -1629398 or 2761703. OLE color: 2761703.

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

Color convert

RGB 231 35 42 -
CMYK 0 0.85 0.82 0.09
HSL 357.86º 0.8% 0.52% -
HSV(B) 357.86º 0.85% 0.91% -
XYZ 33.97 18.36 3.94 -
YUV 94.4 98.43 225.43 -
System Red Green Blue C M Y K H S L
Decimal 231 35 42 0 0.85 0.82 0.09 357.86 0.8 0.52
Hex E7 23 2A 0 55 52 9 166 50 34
Octal 347 43 52 0 125 122 11 546 120 64
Binary 11100111 100011 101010 0 1010101 1010010 1001 101100110 1010000 110100

Color Harmonies of #E7232A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7232A

Black with #E7232A

Text Example


Text Example

White with #E7232A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7232A; }

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

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

background-color css

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

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

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

border-color css

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

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

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