Html Css Color HEX #EB1C2B Alizarin

📋 copy color: '#EB1C2B'

red 235 ◦ green 28 ◦ blue 43

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

Shades of Alizarin #EB1C2B

Tints of Alizarin #EB1C2B

RGB

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

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

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

R = 76.8%
G = 9.15%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.82

 K value IS 0.08

RGB Variations

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

Color information

#EB1C2B (or 0xEB1C2B) is known color: Alizarin. HEX triplet: EB, 1C and 2B. RGB value is (235,28,43). Sum of RGB (Red+Green+Blue) = 235+28+43=306 (40% of max value = 765). Red value is 235 (92.19% from 255 or 76.80% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 43 (17.19% from 255 or 14.05% from 306); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C2B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1C2B is #14E3D4. Grayscale: #5B5B5B. Windows color (decimal): -1369045 or 2825451. OLE color: 2825451.

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

Color convert

RGB 235 28 43 -
CMYK 0 0.88 0.82 0.08
HSL 355.65º 0.84% 0.52% -
HSV(B) 355.65º 0.88% 0.92% -
XYZ 35.11 18.67 4.04 -
YUV 91.6 100.58 230.28 -
System Red Green Blue C M Y K H S L
Decimal 235 28 43 0 0.88 0.82 0.08 355.65 0.84 0.52
Hex EB 1C 2B 0 58 52 8 164 54 34
Octal 353 34 53 0 130 122 10 544 124 64
Binary 11101011 11100 101011 0 1011000 1010010 1000 101100100 1010100 110100

Color Harmonies of #EB1C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1C2B

Black with #EB1C2B

Text Example


Text Example

White with #EB1C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1C2B; }

 p { color: rgb(235,28,43); }

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

background-color css

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

 a { background-color: rgb(235,28,43); }

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

border-color css

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

 span { border-color: rgb(235,28,43); }

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