Html Css Color HEX #ED233D Alizarin

📋 copy color: '#ED233D'

red 237 ◦ green 35 ◦ blue 61

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

Shades of Alizarin #ED233D

Tints of Alizarin #ED233D

RGB

 RED value IS 237 (92.97% from 255) = 71.17%

 GREEN value IS 35 (14.06% from 255) = 10.51%

 BLUE value IS 61 (24.22% from 255) = 18.32%

R = 71.17%
G = 10.51%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED233D (or 0xED233D) is known color: Alizarin. HEX triplet: ED, 23 and 3D. RGB value is (237,35,61). Sum of RGB (Red+Green+Blue) = 237+35+61=333 (44% of max value = 765). Red value is 237 (92.97% from 255 or 71.17% from 333); Green value is 35 (14.06% from 255 or 10.51% from 333); Blue value is 61 (24.22% from 255 or 18.32% from 333); Max value from RGB is 237 - color contains mainly: red. Hex color #ED233D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED233D is #12DCC2. Grayscale: #626262. Windows color (decimal): -1236163 or 4006893. OLE color: 4006893.

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

Color convert

RGB 237 35 61 -
CMYK 0 0.85 0.74 0.07
HSL 352.28º 0.85% 0.53% -
HSV(B) 352.28º 0.85% 0.93% -
XYZ 36.37 19.54 6.27 -
YUV 98.36 106.92 226.89 -
System Red Green Blue C M Y K H S L
Decimal 237 35 61 0 0.85 0.74 0.07 352.28 0.85 0.53
Hex ED 23 3D 0 55 4A 7 160 55 35
Octal 355 43 75 0 125 112 7 540 125 65
Binary 11101101 100011 111101 0 1010101 1001010 111 101100000 1010101 110101

Color Harmonies of #ED233D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED233D

Black with #ED233D

Text Example


Text Example

White with #ED233D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED233D; }

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

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

background-color css

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

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

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

border-color css

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

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

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