Html Css Color HEX #ED333C Alizarin

📋 copy color: '#ED333C'

red 237 ◦ green 51 ◦ blue 60

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

Shades of Alizarin #ED333C

Tints of Alizarin #ED333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.66%

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

R = 68.1%
G = 14.66%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#ED333C (or 0xED333C) is known color: Alizarin. HEX triplet: ED, 33 and 3C. RGB value is (237,51,60). Sum of RGB (Red+Green+Blue) = 237+51+60=348 (46% of max value = 765). Red value is 237 (92.97% from 255 or 68.10% from 348); Green value is 51 (20.31% from 255 or 14.66% from 348); Blue value is 60 (23.83% from 255 or 17.24% from 348); Max value from RGB is 237 - color contains mainly: red. Hex color #ED333C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED333C is #12CCC3. Grayscale: #6B6B6B. Windows color (decimal): -1232068 or 3945453. OLE color: 3945453.

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

Color convert

RGB 237 51 60 -
CMYK 0 0.78 0.75 0.07
HSL 357.1º 0.84% 0.56% -
HSV(B) 357.1º 0.78% 0.93% -
XYZ 36.92 20.7 6.32 -
YUV 107.64 101.12 220.27 -
System Red Green Blue C M Y K H S L
Decimal 237 51 60 0 0.78 0.75 0.07 357.1 0.84 0.56
Hex ED 33 3C 0 4E 4B 7 165 54 38
Octal 355 63 74 0 116 113 7 545 124 70
Binary 11101101 110011 111100 0 1001110 1001011 111 101100101 1010100 111000

Color Harmonies of #ED333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED333C

Black with #ED333C

Text Example


Text Example

White with #ED333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED333C; }

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

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

background-color css

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

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

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

border-color css

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

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

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