Html Css Color HEX #E61C2C Alizarin

📋 copy color: '#E61C2C'

red 230 ◦ green 28 ◦ blue 44

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

Shades of Alizarin #E61C2C

Tints of Alizarin #E61C2C

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.27%

 BLUE value IS 44 (17.58% from 255) = 14.57%

R = 76.16%
G = 9.27%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E61C2C (or 0xE61C2C) is known color: Alizarin. HEX triplet: E6, 1C and 2C. RGB value is (230,28,44). Sum of RGB (Red+Green+Blue) = 230+28+44=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 28 (11.33% from 255 or 9.27% from 302); Blue value is 44 (17.58% from 255 or 14.57% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61C2C is #19E3D3. Grayscale: #5A5A5A. Windows color (decimal): -1696724 or 2890982. OLE color: 2890982.

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

Color convert

RGB 230 28 44 -
CMYK 0 0.88 0.81 0.10
HSL 355.25º 0.8% 0.51% -
HSV(B) 355.25º 0.88% 0.9% -
XYZ 33.5 17.84 4.06 -
YUV 90.22 101.92 227.7 -
System Red Green Blue C M Y K H S L
Decimal 230 28 44 0 0.88 0.81 0.10 355.25 0.8 0.51
Hex E6 1C 2C 0 58 51 A 163 50 33
Octal 346 34 54 0 130 121 12 543 120 63
Binary 11100110 11100 101100 0 1011000 1010001 1010 101100011 1010000 110011

Color Harmonies of #E61C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C2C

Black with #E61C2C

Text Example


Text Example

White with #E61C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C2C; }

 p { color: rgb(230,28,44); }

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

background-color css

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

 a { background-color: rgb(230,28,44); }

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

border-color css

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

 span { border-color: rgb(230,28,44); }

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