Html Css Color HEX #ED333E Alizarin

📋 copy color: '#ED333E'

red 237 ◦ green 51 ◦ blue 62

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

Shades of Alizarin #ED333E

Tints of Alizarin #ED333E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.71%

R = 67.71%
G = 14.57%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED333E (or 0xED333E) is known color: Alizarin. HEX triplet: ED, 33 and 3E. RGB value is (237,51,62). Sum of RGB (Red+Green+Blue) = 237+51+62=350 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.71% from 350); Green value is 51 (20.31% from 255 or 14.57% from 350); Blue value is 62 (24.61% from 255 or 17.71% from 350); Max value from RGB is 237 - color contains mainly: red. Hex color #ED333E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED333E is #12CCC1. Grayscale: #6C6C6C. Windows color (decimal): -1232066 or 4076525. OLE color: 4076525.

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

Color convert

RGB 237 51 62 -
CMYK 0 0.78 0.74 0.07
HSL 356.45º 0.84% 0.56% -
HSV(B) 356.45º 0.78% 0.93% -
XYZ 36.98 20.72 6.61 -
YUV 107.87 102.12 220.11 -
System Red Green Blue C M Y K H S L
Decimal 237 51 62 0 0.78 0.74 0.07 356.45 0.84 0.56
Hex ED 33 3E 0 4E 4A 7 164 54 38
Octal 355 63 76 0 116 112 7 544 124 70
Binary 11101101 110011 111110 0 1001110 1001010 111 101100100 1010100 111000

Color Harmonies of #ED333E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED333E

Black with #ED333E

Text Example


Text Example

White with #ED333E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED333E; }

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

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

background-color css

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

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

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

border-color css

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

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

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