Html Css Color HEX #ED2B43 Amaranth

📋 copy color: '#ED2B43'

red 237 ◦ green 43 ◦ blue 67

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

Shades of Amaranth #ED2B43

Tints of Amaranth #ED2B43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 19.31%

R = 68.3%
G = 12.39%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED2B43 (or 0xED2B43) is known color: Amaranth. HEX triplet: ED, 2B and 43. RGB value is (237,43,67). Sum of RGB (Red+Green+Blue) = 237+43+67=347 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.30% from 347); Green value is 43 (17.19% from 255 or 12.39% from 347); Blue value is 67 (26.56% from 255 or 19.31% from 347); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2B43 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2B43 is #12D4BC. Grayscale: #676767. Windows color (decimal): -1234109 or 4402157. OLE color: 4402157.

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

Color convert

RGB 237 43 67 -
CMYK 0 0.82 0.72 0.07
HSL 352.58º 0.84% 0.55% -
HSV(B) 352.58º 0.82% 0.93% -
XYZ 36.8 20.14 7.26 -
YUV 103.74 107.27 223.05 -
System Red Green Blue C M Y K H S L
Decimal 237 43 67 0 0.82 0.72 0.07 352.58 0.84 0.55
Hex ED 2B 43 0 52 48 7 161 54 37
Octal 355 53 103 0 122 110 7 541 124 67
Binary 11101101 101011 1000011 0 1010010 1001000 111 101100001 1010100 110111

Color Harmonies of #ED2B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2B43

Black with #ED2B43

Text Example


Text Example

White with #ED2B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2B43; }

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

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

background-color css

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

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

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

border-color css

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

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

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