Html Css Color HEX #ED363A Alizarin

📋 copy color: '#ED363A'

red 237 ◦ green 54 ◦ blue 58

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

Shades of Alizarin #ED363A

Tints of Alizarin #ED363A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.62%

R = 67.91%
G = 15.47%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED363A (or 0xED363A) is known color: Alizarin. HEX triplet: ED, 36 and 3A. RGB value is (237,54,58). Sum of RGB (Red+Green+Blue) = 237+54+58=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 54 (21.48% from 255 or 15.47% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED363A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED363A is #12C9C5. Grayscale: #6D6D6D. Windows color (decimal): -1231302 or 3815149. OLE color: 3815149.

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

Color convert

RGB 237 54 58 -
CMYK 0 0.77 0.76 0.07
HSL 358.69º 0.84% 0.57% -
HSV(B) 358.69º 0.77% 0.93% -
XYZ 37.01 20.95 6.1 -
YUV 109.17 99.13 219.17 -
System Red Green Blue C M Y K H S L
Decimal 237 54 58 0 0.77 0.76 0.07 358.69 0.84 0.57
Hex ED 36 3A 0 4D 4C 7 167 54 39
Octal 355 66 72 0 115 114 7 547 124 71
Binary 11101101 110110 111010 0 1001101 1001100 111 101100111 1010100 111001

Color Harmonies of #ED363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED363A

Black with #ED363A

Text Example


Text Example

White with #ED363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED363A; }

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

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

background-color css

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

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

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

border-color css

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

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

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