Html Css Color HEX #ED3438 Alizarin

📋 copy color: '#ED3438'

red 237 ◦ green 52 ◦ blue 56

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

Shades of Alizarin #ED3438

Tints of Alizarin #ED3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.07%

 BLUE value IS 56 (22.27% from 255) = 16.23%

R = 68.7%
G = 15.07%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#ED3438 (or 0xED3438) is known color: Alizarin. HEX triplet: ED, 34 and 38. RGB value is (237,52,56). Sum of RGB (Red+Green+Blue) = 237+52+56=345 (45% of max value = 765). Red value is 237 (92.97% from 255 or 68.70% from 345); Green value is 52 (20.70% from 255 or 15.07% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3438 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3438 is #12CBC7. Grayscale: #6B6B6B. Windows color (decimal): -1231816 or 3683565. OLE color: 3683565.

HSL color Cylindrical-coordinate representation of color #ED3438: hue angle of 358.7º degrees, saturation: 0.84, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ED3438 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 52 56 -
CMYK 0 0.78 0.76 0.07
HSL 358.7º 0.84% 0.57% -
HSV(B) 358.7º 0.78% 0.93% -
XYZ 36.87 20.75 5.8 -
YUV 107.77 98.79 220.17 -
System Red Green Blue C M Y K H S L
Decimal 237 52 56 0 0.78 0.76 0.07 358.7 0.84 0.57
Hex ED 34 38 0 4E 4C 7 167 54 39
Octal 355 64 70 0 116 114 7 547 124 71
Binary 11101101 110100 111000 0 1001110 1001100 111 101100111 1010100 111001

Color Harmonies of #ED3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED3438

Black with #ED3438

Text Example


Text Example

White with #ED3438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED3438; }

 p { color: rgb(237,52,56); }

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

background-color css

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

 a { background-color: rgb(237,52,56); }

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

border-color css

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

 span { border-color: rgb(237,52,56); }

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