Html Css Color HEX #EB283F Alizarin

📋 copy color: '#EB283F'

red 235 ◦ green 40 ◦ blue 63

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

Shades of Alizarin #EB283F

Tints of Alizarin #EB283F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 18.64%

R = 69.53%
G = 11.83%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#EB283F (or 0xEB283F) is known color: Alizarin. HEX triplet: EB, 28 and 3F. RGB value is (235,40,63). Sum of RGB (Red+Green+Blue) = 235+40+63=338 (44% of max value = 765). Red value is 235 (92.19% from 255 or 69.53% from 338); Green value is 40 (16.02% from 255 or 11.83% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 235 - color contains mainly: red. Hex color #EB283F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EB283F is #14D7C0. Grayscale: #656565. Windows color (decimal): -1365953 or 4139243. OLE color: 4139243.

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

Color convert

RGB 235 40 63 -
CMYK 0 0.83 0.73 0.08
HSL 352.92º 0.83% 0.54% -
HSV(B) 352.92º 0.83% 0.92% -
XYZ 35.92 19.54 6.58 -
YUV 100.93 106.6 223.63 -
System Red Green Blue C M Y K H S L
Decimal 235 40 63 0 0.83 0.73 0.08 352.92 0.83 0.54
Hex EB 28 3F 0 53 49 8 161 53 36
Octal 353 50 77 0 123 111 10 541 123 66
Binary 11101011 101000 111111 0 1010011 1001001 1000 101100001 1010011 110110

Color Harmonies of #EB283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB283F

Black with #EB283F

Text Example


Text Example

White with #EB283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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