#ed333d

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

Shades of Alizarin #ED333D

Tints of Alizarin #ED333D

Color information

#ED333D (or 0xED333D) is unknown color: approx Alizarin. HEX triplet: ED, 33 and 3D. RGB value is (237,51,61). Sum of RGB (Red+Green+Blue) = 237+51+61=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED333D is #12CCC2. Grayscale: #6B6B6B. Windows color (decimal): -1232067 or 4010989. OLE color: 4010989.

HSL color Cylindrical-coordinate representation of color #ED333D: hue angle of 356.77º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED333D is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB2375161-
CMYK00.780.740.07
HSL356.77º83.78%56.47%-
HSV(B)356.77º78.48%92.94%-
XYZ36.9520.716.46-
YUV107.75101.62220.19-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 67.91%
GREEN value IS 51 (20.31% from 255) = 14.61%
BLUE value IS 61 (24.22% from 255) = 17.48%
R=67.91%
G=14.61%
B=17.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237516100.780.740.07356.7783.7856.47
HexED333D04E4A71655438
Octal35563750116112754512470
Binary111011011100111111010100111010010101111011001011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed333d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed333d; }

 p { color: rgb(237,51,61); }

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

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

 a { background-color: rgb(237,51,61); }

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

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

 span { border-color: rgb(237,51,61); }

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