Html Css Color HEX #ED3C3F Alizarin

📋 copy color: '#ED3C3F'

red 237 ◦ green 60 ◦ blue 63

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

Shades of Alizarin #ED3C3F

Tints of Alizarin #ED3C3F

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.67%

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

R = 65.83%
G = 16.67%
B = 17.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#ED3C3F (or 0xED3C3F) is known color: Alizarin. HEX triplet: ED, 3C and 3F. RGB value is (237,60,63). Sum of RGB (Red+Green+Blue) = 237+60+63=360 (47% of max value = 765). Red value is 237 (92.97% from 255 or 65.83% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 63 (25% from 255 or 17.5% from 360); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3C3F is #12C3C0. Grayscale: #717171. Windows color (decimal): -1229761 or 4144365. OLE color: 4144365.

HSL color Cylindrical-coordinate representation of color #ED3C3F: hue angle of 358.98º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ED3C3F is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 60 63 -
CMYK 0 0.75 0.73 0.07
HSL 358.98º 0.83% 0.58% -
HSV(B) 358.98º 0.75% 0.93% -
XYZ 37.44 21.6 6.9 -
YUV 113.27 99.64 216.26 -
System Red Green Blue C M Y K H S L
Decimal 237 60 63 0 0.75 0.73 0.07 358.98 0.83 0.58
Hex ED 3C 3F 0 4B 49 7 167 53 3A
Octal 355 74 77 0 113 111 7 547 123 72
Binary 11101101 111100 111111 0 1001011 1001001 111 101100111 1010011 111010

Color Harmonies of #ED3C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3C3F

Black with #ED3C3F

Text Example


Text Example

White with #ED3C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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