Html Css Color HEX #EB1D2C Alizarin

📋 copy color: '#EB1D2C'

red 235 ◦ green 29 ◦ blue 44

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

Shades of Alizarin #EB1D2C

Tints of Alizarin #EB1D2C

RGB

 RED value IS 235 (92.19% from 255) = 76.3%

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

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

R = 76.3%
G = 9.42%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB1D2C (or 0xEB1D2C) is known color: Alizarin. HEX triplet: EB, 1D and 2C. RGB value is (235,29,44). Sum of RGB (Red+Green+Blue) = 235+29+44=308 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.30% from 308); Green value is 29 (11.72% from 255 or 9.42% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1D2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1D2C is #14E2D3. Grayscale: #5C5C5C. Windows color (decimal): -1368788 or 2891243. OLE color: 2891243.

HSL color Cylindrical-coordinate representation of color #EB1D2C: hue angle of 355.63º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EB1D2C is Cyan = 0, Magento = 0.88, Yellow = 0.81 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 29 44 -
CMYK 0 0.88 0.81 0.08
HSL 355.63º 0.84% 0.52% -
HSV(B) 355.63º 0.88% 0.92% -
XYZ 35.15 18.72 4.14 -
YUV 92.3 100.75 229.78 -
System Red Green Blue C M Y K H S L
Decimal 235 29 44 0 0.88 0.81 0.08 355.63 0.84 0.52
Hex EB 1D 2C 0 58 51 8 164 54 34
Octal 353 35 54 0 130 121 10 544 124 64
Binary 11101011 11101 101100 0 1011000 1010001 1000 101100100 1010100 110100

Color Harmonies of #EB1D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1D2C

Black with #EB1D2C

Text Example


Text Example

White with #EB1D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1D2C; }

 p { color: rgb(235,29,44); }

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

background-color css

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

 a { background-color: rgb(235,29,44); }

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

border-color css

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

 span { border-color: rgb(235,29,44); }

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