Html Css Color HEX #ED333D Alizarin

📋 copy color: '#ED333D'

red 237 ◦ green 51 ◦ blue 61

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

Shades of Alizarin #ED333D

Tints of Alizarin #ED333D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.48%

R = 67.91%
G = 14.61%
B = 17.48%

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

#ED333D (or 0xED333D) is known color: Alizarin. HEX triplet: ED, 33 and 3D. RGB value is (237,51,61). Sum of RGB (Red+Green+Blue) = 237+51+61=349 (46% of max value = 765). Red value is 237 (92.97% from 255 or 67.91% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 61 (24.22% from 255 or 17.48% from 349); Max value from RGB is 237 - color contains mainly: red. Hex color #ED333D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED333D is #12CCC2. Grayscale: #6B6B6B. Windows color (decimal): -1232067 or 4010989. OLE color: 4010989.

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

Color convert

RGB 237 51 61 -
CMYK 0 0.78 0.74 0.07
HSL 356.77º 0.84% 0.56% -
HSV(B) 356.77º 0.78% 0.93% -
XYZ 36.95 20.71 6.46 -
YUV 107.75 101.62 220.19 -
System Red Green Blue C M Y K H S L
Decimal 237 51 61 0 0.78 0.74 0.07 356.77 0.84 0.56
Hex ED 33 3D 0 4E 4A 7 165 54 38
Octal 355 63 75 0 116 112 7 545 124 70
Binary 11101101 110011 111101 0 1001110 1001010 111 101100101 1010100 111000

Color Harmonies of #ED333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED333D

Black with #ED333D

Text Example


Text Example

White with #ED333D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED333D; }

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

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

background-color css

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

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

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

border-color css

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

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

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