Html Css Color HEX #ED363D Alizarin

📋 copy color: '#ED363D'

red 237 ◦ green 54 ◦ blue 61

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

Shades of Alizarin #ED363D

Tints of Alizarin #ED363D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.34%

 BLUE value IS 61 (24.22% from 255) = 17.33%

R = 67.33%
G = 15.34%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED363D (or 0xED363D) is known color: Alizarin. HEX triplet: ED, 36 and 3D. RGB value is (237,54,61). Sum of RGB (Red+Green+Blue) = 237+54+61=352 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.33% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 61 (24.22% from 255 or 17.33% from 352); Max value from RGB is 237 - color contains mainly: red. Hex color #ED363D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED363D is #12C9C2. Grayscale: #6D6D6D. Windows color (decimal): -1231299 or 4011757. OLE color: 4011757.

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

Color convert

RGB 237 54 61 -
CMYK 0 0.77 0.74 0.07
HSL 357.7º 0.84% 0.57% -
HSV(B) 357.7º 0.77% 0.93% -
XYZ 37.09 20.98 6.51 -
YUV 109.52 100.63 218.93 -
System Red Green Blue C M Y K H S L
Decimal 237 54 61 0 0.77 0.74 0.07 357.7 0.84 0.57
Hex ED 36 3D 0 4D 4A 7 166 54 39
Octal 355 66 75 0 115 112 7 546 124 71
Binary 11101101 110110 111101 0 1001101 1001010 111 101100110 1010100 111001

Color Harmonies of #ED363D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED363D

Black with #ED363D

Text Example


Text Example

White with #ED363D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED363D; }

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

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

background-color css

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

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

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

border-color css

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

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

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