Html Css Color HEX #EB282C Alizarin

📋 copy color: '#EB282C'

red 235 ◦ green 40 ◦ blue 44

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

Shades of Alizarin #EB282C

Tints of Alizarin #EB282C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.54%

 BLUE value IS 44 (17.58% from 255) = 13.79%

R = 73.67%
G = 12.54%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.81

 K value IS 0.08

RGB Variations

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

Color information

#EB282C (or 0xEB282C) is known color: Alizarin. HEX triplet: EB, 28 and 2C. RGB value is (235,40,44). Sum of RGB (Red+Green+Blue) = 235+40+44=319 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.67% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 44 (17.58% from 255 or 13.79% from 319); Max value from RGB is 235 - color contains mainly: red. Hex color #EB282C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB282C is #14D7D3. Grayscale: #626262. Windows color (decimal): -1365972 or 2894059. OLE color: 2894059.

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

Color convert

RGB 235 40 44 -
CMYK 0 0.83 0.81 0.08
HSL 358.77º 0.83% 0.54% -
HSV(B) 358.77º 0.83% 0.92% -
XYZ 35.47 19.36 4.25 -
YUV 98.76 97.1 225.17 -
System Red Green Blue C M Y K H S L
Decimal 235 40 44 0 0.83 0.81 0.08 358.77 0.83 0.54
Hex EB 28 2C 0 53 51 8 167 53 36
Octal 353 50 54 0 123 121 10 547 123 66
Binary 11101011 101000 101100 0 1010011 1010001 1000 101100111 1010011 110110

Color Harmonies of #EB282C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB282C

Black with #EB282C

Text Example


Text Example

White with #EB282C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB282C; }

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

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

background-color css

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

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

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

border-color css

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

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

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