Html Css Color HEX #EB2038 Alizarin

📋 copy color: '#EB2038'

red 235 ◦ green 32 ◦ blue 56

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

Shades of Alizarin #EB2038

Tints of Alizarin #EB2038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.91%

 BLUE value IS 56 (22.27% from 255) = 17.34%

R = 72.76%
G = 9.91%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.08

RGB Variations

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

Color information

#EB2038 (or 0xEB2038) is known color: Alizarin. HEX triplet: EB, 20 and 38. RGB value is (235,32,56). Sum of RGB (Red+Green+Blue) = 235+32+56=323 (42% of max value = 765). Red value is 235 (92.19% from 255 or 72.76% from 323); Green value is 32 (12.89% from 255 or 9.91% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2038 is #14DFC7. Grayscale: #5F5F5F. Windows color (decimal): -1368008 or 3678443. OLE color: 3678443.

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

Color convert

RGB 235 32 56 -
CMYK 0 0.86 0.76 0.08
HSL 352.91º 0.84% 0.52% -
HSV(B) 352.91º 0.86% 0.92% -
XYZ 35.49 18.98 5.53 -
YUV 95.43 105.75 227.55 -
System Red Green Blue C M Y K H S L
Decimal 235 32 56 0 0.86 0.76 0.08 352.91 0.84 0.52
Hex EB 20 38 0 56 4C 8 161 54 34
Octal 353 40 70 0 126 114 10 541 124 64
Binary 11101011 100000 111000 0 1010110 1001100 1000 101100001 1010100 110100

Color Harmonies of #EB2038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2038

Black with #EB2038

Text Example


Text Example

White with #EB2038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2038; }

 p { color: rgb(235,32,56); }

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

background-color css

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

 a { background-color: rgb(235,32,56); }

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

border-color css

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

 span { border-color: rgb(235,32,56); }

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