Html Css Color HEX #EB2030 Alizarin

📋 copy color: '#EB2030'

red 235 ◦ green 32 ◦ blue 48

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

Shades of Alizarin #EB2030

Tints of Alizarin #EB2030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.24%

R = 74.6%
G = 10.16%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB2030 (or 0xEB2030) is known color: Alizarin. HEX triplet: EB, 20 and 30. RGB value is (235,32,48). Sum of RGB (Red+Green+Blue) = 235+32+48=315 (41% of max value = 765). Red value is 235 (92.19% from 255 or 74.60% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 48 (19.14% from 255 or 15.24% from 315); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2030 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2030 is #14DFCF. Grayscale: #5E5E5E. Windows color (decimal): -1368016 or 3154155. OLE color: 3154155.

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

Color convert

RGB 235 32 48 -
CMYK 0 0.86 0.80 0.08
HSL 355.27º 0.84% 0.52% -
HSV(B) 355.27º 0.86% 0.92% -
XYZ 35.31 18.91 4.58 -
YUV 94.52 101.75 228.2 -
System Red Green Blue C M Y K H S L
Decimal 235 32 48 0 0.86 0.80 0.08 355.27 0.84 0.52
Hex EB 20 30 0 56 50 8 163 54 34
Octal 353 40 60 0 126 120 10 543 124 64
Binary 11101011 100000 110000 0 1010110 1010000 1000 101100011 1010100 110100

Color Harmonies of #EB2030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2030

Black with #EB2030

Text Example


Text Example

White with #EB2030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2030; }

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

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

background-color css

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

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

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

border-color css

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

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

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