Html Css Color HEX #ED383C Alizarin

📋 copy color: '#ED383C'

red 237 ◦ green 56 ◦ blue 60

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

Shades of Alizarin #ED383C

Tints of Alizarin #ED383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.86%

 BLUE value IS 60 (23.83% from 255) = 17%

R = 67.14%
G = 15.86%
B = 17%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED383C (or 0xED383C) is known color: Alizarin. HEX triplet: ED, 38 and 3C. RGB value is (237,56,60). Sum of RGB (Red+Green+Blue) = 237+56+60=353 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.14% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 237 - color contains mainly: red. Hex color #ED383C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED383C is #12C7C3. Grayscale: #6E6E6E. Windows color (decimal): -1230788 or 3946733. OLE color: 3946733.

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

Color convert

RGB 237 56 60 -
CMYK 0 0.76 0.75 0.07
HSL 358.67º 0.83% 0.57% -
HSV(B) 358.67º 0.76% 0.93% -
XYZ 37.15 21.16 6.4 -
YUV 110.58 99.47 218.17 -
System Red Green Blue C M Y K H S L
Decimal 237 56 60 0 0.76 0.75 0.07 358.67 0.83 0.57
Hex ED 38 3C 0 4C 4B 7 167 53 39
Octal 355 70 74 0 114 113 7 547 123 71
Binary 11101101 111000 111100 0 1001100 1001011 111 101100111 1010011 111001

Color Harmonies of #ED383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED383C

Black with #ED383C

Text Example


Text Example

White with #ED383C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED383C; }

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

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

background-color css

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

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

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

border-color css

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

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

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