Html Css Color HEX #EB2728 Alizarin

📋 copy color: '#EB2728'

red 235 ◦ green 39 ◦ blue 40

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

Shades of Alizarin #EB2728

Tints of Alizarin #EB2728

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.42%

 BLUE value IS 40 (16.02% from 255) = 12.74%

R = 74.84%
G = 12.42%
B = 12.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.08

RGB Variations

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

Color information

#EB2728 (or 0xEB2728) is known color: Alizarin. HEX triplet: EB, 27 and 28. RGB value is (235,39,40). Sum of RGB (Red+Green+Blue) = 235+39+40=314 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.84% from 314); Green value is 39 (15.62% from 255 or 12.42% from 314); Blue value is 40 (16.02% from 255 or 12.74% from 314); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2728 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2728 is #14D8D7. Grayscale: #616161. Windows color (decimal): -1366232 or 2631659. OLE color: 2631659.

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

Color convert

RGB 235 39 40 -
CMYK 0 0.83 0.83 0.08
HSL 359.69º 0.83% 0.54% -
HSV(B) 359.69º 0.83% 0.92% -
XYZ 35.37 19.27 3.86 -
YUV 97.72 95.43 225.92 -
System Red Green Blue C M Y K H S L
Decimal 235 39 40 0 0.83 0.83 0.08 359.69 0.83 0.54
Hex EB 27 28 0 53 53 8 168 53 36
Octal 353 47 50 0 123 123 10 550 123 66
Binary 11101011 100111 101000 0 1010011 1010011 1000 101101000 1010011 110110

Color Harmonies of #EB2728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2728

Black with #EB2728

Text Example


Text Example

White with #EB2728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2728; }

 p { color: rgb(235,39,40); }

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

background-color css

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

 a { background-color: rgb(235,39,40); }

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

border-color css

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

 span { border-color: rgb(235,39,40); }

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