Html Css Color HEX #E61D2B Alizarin

📋 copy color: '#E61D2B'

red 230 ◦ green 29 ◦ blue 43

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

Shades of Alizarin #E61D2B

Tints of Alizarin #E61D2B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.6%

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

R = 76.16%
G = 9.6%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.10

RGB Variations

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

Color information

#E61D2B (or 0xE61D2B) is known color: Alizarin. HEX triplet: E6, 1D and 2B. RGB value is (230,29,43). Sum of RGB (Red+Green+Blue) = 230+29+43=302 (40% of max value = 765). Red value is 230 (90.23% from 255 or 76.16% from 302); Green value is 29 (11.72% from 255 or 9.60% from 302); Blue value is 43 (17.19% from 255 or 14.24% from 302); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61D2B is #19E2D4. Grayscale: #5A5A5A. Windows color (decimal): -1696469 or 2825702. OLE color: 2825702.

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

Color convert

RGB 230 29 43 -
CMYK 0 0.87 0.81 0.10
HSL 355.82º 0.8% 0.51% -
HSV(B) 355.82º 0.87% 0.9% -
XYZ 33.51 17.88 3.97 -
YUV 90.7 101.09 227.36 -
System Red Green Blue C M Y K H S L
Decimal 230 29 43 0 0.87 0.81 0.10 355.82 0.8 0.51
Hex E6 1D 2B 0 57 51 A 164 50 33
Octal 346 35 53 0 127 121 12 544 120 63
Binary 11100110 11101 101011 0 1010111 1010001 1010 101100100 1010000 110011

Color Harmonies of #E61D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61D2B

Black with #E61D2B

Text Example


Text Example

White with #E61D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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