Html Css Color HEX #ED2B2E Alizarin

📋 copy color: '#ED2B2E'

red 237 ◦ green 43 ◦ blue 46

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

Shades of Alizarin #ED2B2E

Tints of Alizarin #ED2B2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.11%

R = 72.7%
G = 13.19%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#ED2B2E (or 0xED2B2E) is known color: Alizarin. HEX triplet: ED, 2B and 2E. RGB value is (237,43,46). Sum of RGB (Red+Green+Blue) = 237+43+46=326 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.70% from 326); Green value is 43 (17.19% from 255 or 13.19% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B2E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B2E is #12D4D1. Grayscale: #656565. Windows color (decimal): -1234130 or 3025901. OLE color: 3025901.

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

Color convert

RGB 237 43 46 -
CMYK 0 0.82 0.81 0.07
HSL 359.07º 0.84% 0.55% -
HSV(B) 359.07º 0.82% 0.93% -
XYZ 36.28 19.93 4.52 -
YUV 101.35 96.77 224.76 -
System Red Green Blue C M Y K H S L
Decimal 237 43 46 0 0.82 0.81 0.07 359.07 0.84 0.55
Hex ED 2B 2E 0 52 51 7 167 54 37
Octal 355 53 56 0 122 121 7 547 124 67
Binary 11101101 101011 101110 0 1010010 1010001 111 101100111 1010100 110111

Color Harmonies of #ED2B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B2E

Black with #ED2B2E

Text Example


Text Example

White with #ED2B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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