Html Css Color HEX #EB282D Alizarin

📋 copy color: '#EB282D'

red 235 ◦ green 40 ◦ blue 45

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

Shades of Alizarin #EB282D

Tints of Alizarin #EB282D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.06%

R = 73.44%
G = 12.5%
B = 14.06%

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

#EB282D (or 0xEB282D) is known color: Alizarin. HEX triplet: EB, 28 and 2D. RGB value is (235,40,45). Sum of RGB (Red+Green+Blue) = 235+40+45=320 (42% of max value = 765). Red value is 235 (92.19% from 255 or 73.44% from 320); Green value is 40 (16.02% from 255 or 12.5% from 320); Blue value is 45 (17.97% from 255 or 14.06% from 320); Max value from RGB is 235 - color contains mainly: red. Hex color #EB282D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB282D is #14D7D2. Grayscale: #636363. Windows color (decimal): -1365971 or 2959595. OLE color: 2959595.

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

Color convert

RGB 235 40 45 -
CMYK 0 0.83 0.81 0.08
HSL 358.46º 0.83% 0.54% -
HSV(B) 358.46º 0.83% 0.92% -
XYZ 35.49 19.37 4.35 -
YUV 98.88 97.6 225.09 -
System Red Green Blue C M Y K H S L
Decimal 235 40 45 0 0.83 0.81 0.08 358.46 0.83 0.54
Hex EB 28 2D 0 53 51 8 166 53 36
Octal 353 50 55 0 123 121 10 546 123 66
Binary 11101011 101000 101101 0 1010011 1010001 1000 101100110 1010011 110110

Color Harmonies of #EB282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB282D

Black with #EB282D

Text Example


Text Example

White with #EB282D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB282D; }

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

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

background-color css

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

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

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

border-color css

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

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

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