Html Css Color HEX #ED3343 Amaranth

📋 copy color: '#ED3343'

red 237 ◦ green 51 ◦ blue 67

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

Shades of Amaranth #ED3343

Tints of Amaranth #ED3343

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.37%

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

R = 66.76%
G = 14.37%
B = 18.87%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED3343 (or 0xED3343) is known color: Amaranth. HEX triplet: ED, 33 and 43. RGB value is (237,51,67). Sum of RGB (Red+Green+Blue) = 237+51+67=355 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.76% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 67 (26.56% from 255 or 18.87% from 355); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3343 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3343 is #12CCBC. Grayscale: #6C6C6C. Windows color (decimal): -1232061 or 4404205. OLE color: 4404205.

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

Color convert

RGB 237 51 67 -
CMYK 0 0.78 0.72 0.07
HSL 354.84º 0.84% 0.56% -
HSV(B) 354.84º 0.78% 0.93% -
XYZ 37.12 20.78 7.36 -
YUV 108.44 104.62 219.7 -
System Red Green Blue C M Y K H S L
Decimal 237 51 67 0 0.78 0.72 0.07 354.84 0.84 0.56
Hex ED 33 43 0 4E 48 7 163 54 38
Octal 355 63 103 0 116 110 7 543 124 70
Binary 11101101 110011 1000011 0 1001110 1001000 111 101100011 1010100 111000

Color Harmonies of #ED3343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3343

Black with #ED3343

Text Example


Text Example

White with #ED3343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3343; }

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

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

background-color css

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

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

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

border-color css

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

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

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