#ED383B

Color #ED383B Alizarin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alizarin #ED383B

Tints of Alizarin #ED383B

Color information

#ED383B (or 0xED383B) is unknown color: approx Alizarin. HEX triplet: ED, 38 and 3B. RGB value is (237,56,59). Sum of RGB (Red+Green+Blue) = 237+56+59=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 56 (22.27% from 255 or 15.91% from 352); Blue value is 59 (23.44% from 255 or 16.76% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED383B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED383B is #12C7C4. Grayscale: #6E6E6E. Windows color (decimal): -1230789 or 3881197. OLE color: 3881197.

HSL color Cylindrical-coordinate representation of color #ED383B: hue angle of 359.01º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ED383B is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.07.

Color convert

RGB2375659-
CMYK00.760.750.07
HSL359.01º83.41%57.45%-
HSV(B)359.01º76.37%92.94%-
XYZ37.1321.156.26-
YUV110.4698.97218.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.33%
GREEN value IS 56 (22.27% from 255) = 15.91%
BLUE value IS 59 (23.44% from 255) = 16.76%
R=67.33%
G=15.91%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.75
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237565900.760.750.07359.0183.4157.45
HexED383B04C4B71675339
Octal35570730114113754712371
Binary111011011110001110110100110010010111111011001111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED383B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED383B; }

 p { color: rgb(237,56,59); }

 H1.HeaderClassName
 {
   color: #ED383B;
 }
 .AnyTagClassName
 {
   color: #ED383B;
 }
</style>
background-color css

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

 a { background-color: rgb(237,56,59); }

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

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

 span { border-color: rgb(237,56,59); }

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