Html Css Color HEX #EB2430 Alizarin

📋 copy color: '#EB2430'

red 235 ◦ green 36 ◦ blue 48

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

Shades of Alizarin #EB2430

Tints of Alizarin #EB2430

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.29%

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

R = 73.67%
G = 11.29%
B = 15.05%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.08

RGB Variations

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

Color information

#EB2430 (or 0xEB2430) is known color: Alizarin. HEX triplet: EB, 24 and 30. RGB value is (235,36,48). Sum of RGB (Red+Green+Blue) = 235+36+48=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 36 (14.45% from 255 or 11.29% from 319); Blue value is 48 (19.14% from 255 or 15.05% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB2430 is #14DBCF. Grayscale: #616161. Windows color (decimal): -1366992 or 3155179. OLE color: 3155179.

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

Color convert

RGB 235 36 48 -
CMYK 0 0.85 0.80 0.08
HSL 356.38º 0.83% 0.53% -
HSV(B) 356.38º 0.85% 0.92% -
XYZ 35.43 19.14 4.62 -
YUV 96.87 100.43 226.52 -
System Red Green Blue C M Y K H S L
Decimal 235 36 48 0 0.85 0.80 0.08 356.38 0.83 0.53
Hex EB 24 30 0 55 50 8 164 53 35
Octal 353 44 60 0 125 120 10 544 123 65
Binary 11101011 100100 110000 0 1010101 1010000 1000 101100100 1010011 110101

Color Harmonies of #EB2430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB2430

Black with #EB2430

Text Example


Text Example

White with #EB2430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB2430; }

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

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

background-color css

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

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

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

border-color css

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

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

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