Html Css Color HEX #EB1C2A Alizarin

📋 copy color: '#EB1C2A'

red 235 ◦ green 28 ◦ blue 42

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

Shades of Alizarin #EB1C2A

Tints of Alizarin #EB1C2A

RGB

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

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

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

R = 77.05%
G = 9.18%
B = 13.77%

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

#EB1C2A (or 0xEB1C2A) is known color: Alizarin. HEX triplet: EB, 1C and 2A. RGB value is (235,28,42). Sum of RGB (Red+Green+Blue) = 235+28+42=305 (40% of max value = 765). Red value is 235 (92.19% from 255 or 77.05% from 305); Green value is 28 (11.33% from 255 or 9.18% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 235 - color contains mainly: red. Hex color #EB1C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB1C2A is #14E3D5. Grayscale: #5B5B5B. Windows color (decimal): -1369046 or 2759915. OLE color: 2759915.

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

Color convert

RGB 235 28 42 -
CMYK 0 0.88 0.82 0.08
HSL 355.94º 0.84% 0.52% -
HSV(B) 355.94º 0.88% 0.92% -
XYZ 35.09 18.66 3.94 -
YUV 91.49 100.08 230.36 -
System Red Green Blue C M Y K H S L
Decimal 235 28 42 0 0.88 0.82 0.08 355.94 0.84 0.52
Hex EB 1C 2A 0 58 52 8 164 54 34
Octal 353 34 52 0 130 122 10 544 124 64
Binary 11101011 11100 101010 0 1011000 1010010 1000 101100100 1010100 110100

Color Harmonies of #EB1C2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB1C2A

Black with #EB1C2A

Text Example


Text Example

White with #EB1C2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB1C2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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