Html Css Color HEX #ED2B36 Alizarin

📋 copy color: '#ED2B36'

red 237 ◦ green 43 ◦ blue 54

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

Shades of Alizarin #ED2B36

Tints of Alizarin #ED2B36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.17%

R = 70.96%
G = 12.87%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#ED2B36 (or 0xED2B36) is known color: Alizarin. HEX triplet: ED, 2B and 36. RGB value is (237,43,54). Sum of RGB (Red+Green+Blue) = 237+43+54=334 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.96% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B36 is #12D4C9. Grayscale: #666666. Windows color (decimal): -1234122 or 3550189. OLE color: 3550189.

HSL color Cylindrical-coordinate representation of color #ED2B36: hue angle of 356.6º 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 #ED2B36 is Cyan = 0, Magento = 0.82, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 43 54 -
CMYK 0 0.82 0.77 0.07
HSL 356.6º 0.84% 0.55% -
HSV(B) 356.6º 0.82% 0.93% -
XYZ 36.45 20 5.43 -
YUV 102.26 100.77 224.11 -
System Red Green Blue C M Y K H S L
Decimal 237 43 54 0 0.82 0.77 0.07 356.6 0.84 0.55
Hex ED 2B 36 0 52 4D 7 165 54 37
Octal 355 53 66 0 122 115 7 545 124 67
Binary 11101101 101011 110110 0 1010010 1001101 111 101100101 1010100 110111

Color Harmonies of #ED2B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B36

Black with #ED2B36

Text Example


Text Example

White with #ED2B36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B36; }

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

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

background-color css

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

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

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

border-color css

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

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

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