Html Css Color HEX #E6152A Alizarin

📋 copy color: '#E6152A'

red 230 ◦ green 21 ◦ blue 42

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

Shades of Alizarin #E6152A

Tints of Alizarin #E6152A

RGB

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

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

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

R = 78.5%
G = 7.17%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.10

RGB Variations

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

Color information

#E6152A (or 0xE6152A) is known color: Alizarin. HEX triplet: E6, 15 and 2A. RGB value is (230,21,42). Sum of RGB (Red+Green+Blue) = 230+21+42=293 (38% of max value = 765). Red value is 230 (90.23% from 255 or 78.50% from 293); Green value is 21 (8.59% from 255 or 7.17% from 293); Blue value is 42 (16.80% from 255 or 14.33% from 293); Max value from RGB is 230 - color contains mainly: red. Hex color #E6152A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E6152A is #19EAD5. Grayscale: #565656. Windows color (decimal): -1698518 or 2758118. OLE color: 2758118.

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

Color convert

RGB 230 21 42 -
CMYK 0 0.91 0.82 0.10
HSL 353.97º 0.83% 0.49% -
HSV(B) 353.97º 0.91% 0.9% -
XYZ 33.32 17.53 3.82 -
YUV 85.89 103.24 230.79 -
System Red Green Blue C M Y K H S L
Decimal 230 21 42 0 0.91 0.82 0.10 353.97 0.83 0.49
Hex E6 15 2A 0 5B 52 A 162 53 31
Octal 346 25 52 0 133 122 12 542 123 61
Binary 11100110 10101 101010 0 1011011 1010010 1010 101100010 1010011 110001

Color Harmonies of #E6152A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6152A

Black with #E6152A

Text Example


Text Example

White with #E6152A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6152A; }

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

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

background-color css

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

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

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

border-color css

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

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

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