Html Css Color HEX #ED363B Alizarin

📋 copy color: '#ED363B'

red 237 ◦ green 54 ◦ blue 59

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

Shades of Alizarin #ED363B

Tints of Alizarin #ED363B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 16.86%

R = 67.71%
G = 15.43%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED363B (or 0xED363B) is known color: Alizarin. HEX triplet: ED, 36 and 3B. RGB value is (237,54,59). Sum of RGB (Red+Green+Blue) = 237+54+59=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 59 (23.44% from 255 or 16.86% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED363B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED363B is #12C9C4. Grayscale: #6D6D6D. Windows color (decimal): -1231301 or 3880685. OLE color: 3880685.

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

Color convert

RGB 237 54 59 -
CMYK 0 0.77 0.75 0.07
HSL 358.36º 0.84% 0.57% -
HSV(B) 358.36º 0.77% 0.93% -
XYZ 37.03 20.96 6.23 -
YUV 109.29 99.63 219.09 -
System Red Green Blue C M Y K H S L
Decimal 237 54 59 0 0.77 0.75 0.07 358.36 0.84 0.57
Hex ED 36 3B 0 4D 4B 7 166 54 39
Octal 355 66 73 0 115 113 7 546 124 71
Binary 11101101 110110 111011 0 1001101 1001011 111 101100110 1010100 111001

Color Harmonies of #ED363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED363B

Black with #ED363B

Text Example


Text Example

White with #ED363B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED363B; }

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

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

background-color css

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

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

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

border-color css

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

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

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