Html Css Color HEX #ED363F Alizarin

📋 copy color: '#ED363F'

red 237 ◦ green 54 ◦ blue 63

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

Shades of Alizarin #ED363F

Tints of Alizarin #ED363F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.8%

R = 66.95%
G = 15.25%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED363F (or 0xED363F) is known color: Alizarin. HEX triplet: ED, 36 and 3F. RGB value is (237,54,63). Sum of RGB (Red+Green+Blue) = 237+54+63=354 (46% of max value = 765). Red value is 237 (92.97% from 255 or 66.95% from 354); Green value is 54 (21.48% from 255 or 15.25% from 354); Blue value is 63 (25% from 255 or 17.80% from 354); Max value from RGB is 237 - color contains mainly: red. Hex color #ED363F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED363F is #12C9C0. Grayscale: #6D6D6D. Windows color (decimal): -1231297 or 4142829. OLE color: 4142829.

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

Color convert

RGB 237 54 63 -
CMYK 0 0.77 0.73 0.07
HSL 357.05º 0.84% 0.57% -
HSV(B) 357.05º 0.77% 0.93% -
XYZ 37.14 21 6.8 -
YUV 109.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 237 54 63 0 0.77 0.73 0.07 357.05 0.84 0.57
Hex ED 36 3F 0 4D 49 7 165 54 39
Octal 355 66 77 0 115 111 7 545 124 71
Binary 11101101 110110 111111 0 1001101 1001001 111 101100101 1010100 111001

Color Harmonies of #ED363F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED363F

Black with #ED363F

Text Example


Text Example

White with #ED363F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED363F; }

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

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

background-color css

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

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

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

border-color css

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

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

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