Html Css Color HEX #ED2B3A Alizarin

📋 copy color: '#ED2B3A'

red 237 ◦ green 43 ◦ blue 58

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

Shades of Alizarin #ED2B3A

Tints of Alizarin #ED2B3A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.72%

 BLUE value IS 58 (23.05% from 255) = 17.16%

R = 70.12%
G = 12.72%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED2B3A (or 0xED2B3A) is known color: Alizarin. HEX triplet: ED, 2B and 3A. RGB value is (237,43,58). Sum of RGB (Red+Green+Blue) = 237+43+58=338 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.12% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B3A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B3A is #12D4C5. Grayscale: #666666. Windows color (decimal): -1234118 or 3812333. OLE color: 3812333.

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

Color convert

RGB 237 43 58 -
CMYK 0 0.82 0.76 0.07
HSL 355.36º 0.84% 0.55% -
HSV(B) 355.36º 0.82% 0.93% -
XYZ 36.55 20.04 5.94 -
YUV 102.72 102.77 223.78 -
System Red Green Blue C M Y K H S L
Decimal 237 43 58 0 0.82 0.76 0.07 355.36 0.84 0.55
Hex ED 2B 3A 0 52 4C 7 163 54 37
Octal 355 53 72 0 122 114 7 543 124 67
Binary 11101101 101011 111010 0 1010010 1001100 111 101100011 1010100 110111

Color Harmonies of #ED2B3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B3A

Black with #ED2B3A

Text Example


Text Example

White with #ED2B3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B3A; }

 p { color: rgb(237,43,58); }

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

background-color css

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

 a { background-color: rgb(237,43,58); }

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

border-color css

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

 span { border-color: rgb(237,43,58); }

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