Html Css Color HEX #ED3348 Amaranth

📋 copy color: '#ED3348'

red 237 ◦ green 51 ◦ blue 72

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

Shades of Amaranth #ED3348

Tints of Amaranth #ED3348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 20%

R = 65.83%
G = 14.17%
B = 20%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#ED3348 (or 0xED3348) is known color: Amaranth. HEX triplet: ED, 33 and 48. RGB value is (237,51,72). Sum of RGB (Red+Green+Blue) = 237+51+72=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 51 (20.31% from 255 or 14.17% from 360); Blue value is 72 (28.52% from 255 or 20% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3348 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3348 is #12CCB7. Grayscale: #6D6D6D. Windows color (decimal): -1232056 or 4731885. OLE color: 4731885.

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

Color convert

RGB 237 51 72 -
CMYK 0 0.78 0.70 0.07
HSL 353.23º 0.84% 0.56% -
HSV(B) 353.23º 0.78% 0.93% -
XYZ 37.28 20.84 8.19 -
YUV 109.01 107.12 219.29 -
System Red Green Blue C M Y K H S L
Decimal 237 51 72 0 0.78 0.70 0.07 353.23 0.84 0.56
Hex ED 33 48 0 4E 46 7 161 54 38
Octal 355 63 110 0 116 106 7 541 124 70
Binary 11101101 110011 1001000 0 1001110 1000110 111 101100001 1010100 111000

Color Harmonies of #ED3348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3348

Black with #ED3348

Text Example


Text Example

White with #ED3348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3348; }

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

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

background-color css

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

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

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

border-color css

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

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

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