Html Css Color HEX #E6152B Alizarin

📋 copy color: '#E6152B'

red 230 ◦ green 21 ◦ blue 43

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

Shades of Alizarin #E6152B

Tints of Alizarin #E6152B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.14%

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 78.23%
G = 7.14%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E6152B (or 0xE6152B) is known color: Alizarin. HEX triplet: E6, 15 and 2B. RGB value is (230,21,43). Sum of RGB (Red+Green+Blue) = 230+21+43=294 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.23% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 230 - color contains mainly: red. Hex color #E6152B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6152B is #19EAD4. Grayscale: #565656. Windows color (decimal): -1698517 or 2823654. OLE color: 2823654.

HSL color Cylindrical-coordinate representation of color #E6152B: hue angle of 353.68º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E6152B is Cyan = 0, Magento = 0.91, Yellow = 0.81 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 21 43 -
CMYK 0 0.91 0.81 0.10
HSL 353.68º 0.83% 0.49% -
HSV(B) 353.68º 0.91% 0.9% -
XYZ 33.34 17.53 3.91 -
YUV 86 103.74 230.71 -
System Red Green Blue C M Y K H S L
Decimal 230 21 43 0 0.91 0.81 0.10 353.68 0.83 0.49
Hex E6 15 2B 0 5B 51 A 162 53 31
Octal 346 25 53 0 133 121 12 542 123 61
Binary 11100110 10101 101011 0 1011011 1010001 1010 101100010 1010011 110001

Color Harmonies of #E6152B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6152B

Black with #E6152B

Text Example


Text Example

White with #E6152B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6152B; }

 p { color: rgb(230,21,43); }

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

background-color css

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

 a { background-color: rgb(230,21,43); }

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

border-color css

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

 span { border-color: rgb(230,21,43); }

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