Html Css Color HEX #ED3642 Alizarin

📋 copy color: '#ED3642'

red 237 ◦ green 54 ◦ blue 66

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

Shades of Alizarin #ED3642

Tints of Alizarin #ED3642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.49%

R = 66.39%
G = 15.13%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#ED3642 (or 0xED3642) is known color: Alizarin. HEX triplet: ED, 36 and 42. RGB value is (237,54,66). Sum of RGB (Red+Green+Blue) = 237+54+66=357 (47% of max value = 765). Red value is 237 (92.97% from 255 or 66.39% from 357); Green value is 54 (21.48% from 255 or 15.13% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3642 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3642 is #12C9BD. Grayscale: #6E6E6E. Windows color (decimal): -1231294 or 4339437. OLE color: 4339437.

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

Color convert

RGB 237 54 66 -
CMYK 0 0.77 0.72 0.07
HSL 356.07º 0.84% 0.57% -
HSV(B) 356.07º 0.77% 0.93% -
XYZ 37.23 21.04 7.25 -
YUV 110.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 237 54 66 0 0.77 0.72 0.07 356.07 0.84 0.57
Hex ED 36 42 0 4D 48 7 164 54 39
Octal 355 66 102 0 115 110 7 544 124 71
Binary 11101101 110110 1000010 0 1001101 1001000 111 101100100 1010100 111001

Color Harmonies of #ED3642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3642

Black with #ED3642

Text Example


Text Example

White with #ED3642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3642; }

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

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

background-color css

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

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

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

border-color css

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

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

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