Html Css Color HEX #ED363E Alizarin

📋 copy color: '#ED363E'

red 237 ◦ green 54 ◦ blue 62

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

Shades of Alizarin #ED363E

Tints of Alizarin #ED363E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.56%

R = 67.14%
G = 15.3%
B = 17.56%

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

#ED363E (or 0xED363E) is known color: Alizarin. HEX triplet: ED, 36 and 3E. RGB value is (237,54,62). Sum of RGB (Red+Green+Blue) = 237+54+62=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 54 (21.48% from 255 or 15.30% from 353); Blue value is 62 (24.61% from 255 or 17.56% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED363E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED363E is #12C9C1. Grayscale: #6D6D6D. Windows color (decimal): -1231298 or 4077293. OLE color: 4077293.

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

Color convert

RGB 237 54 62 -
CMYK 0 0.77 0.74 0.07
HSL 357.38º 0.84% 0.57% -
HSV(B) 357.38º 0.77% 0.93% -
XYZ 37.11 20.99 6.65 -
YUV 109.63 101.13 218.85 -
System Red Green Blue C M Y K H S L
Decimal 237 54 62 0 0.77 0.74 0.07 357.38 0.84 0.57
Hex ED 36 3E 0 4D 4A 7 165 54 39
Octal 355 66 76 0 115 112 7 545 124 71
Binary 11101101 110110 111110 0 1001101 1001010 111 101100101 1010100 111001

Color Harmonies of #ED363E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED363E

Black with #ED363E

Text Example


Text Example

White with #ED363E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED363E; }

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

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

background-color css

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

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

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

border-color css

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

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

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