Html Css Color HEX #ED2D3D Alizarin

📋 copy color: '#ED2D3D'

red 237 ◦ green 45 ◦ blue 61

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

Shades of Alizarin #ED2D3D

Tints of Alizarin #ED2D3D

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.12%

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

R = 69.1%
G = 13.12%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#ED2D3D (or 0xED2D3D) is known color: Alizarin. HEX triplet: ED, 2D and 3D. RGB value is (237,45,61). Sum of RGB (Red+Green+Blue) = 237+45+61=343 (45% of max value = 765). Red value is 237 (92.97% from 255 or 69.10% from 343); Green value is 45 (17.97% from 255 or 13.12% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2D3D is #12D2C2. Grayscale: #686868. Windows color (decimal): -1233603 or 4009453. OLE color: 4009453.

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

Color convert

RGB 237 45 61 -
CMYK 0 0.81 0.74 0.07
HSL 355º 0.84% 0.55% -
HSV(B) 355º 0.81% 0.93% -
XYZ 36.71 20.22 6.38 -
YUV 104.23 103.61 222.7 -
System Red Green Blue C M Y K H S L
Decimal 237 45 61 0 0.81 0.74 0.07 355 0.84 0.55
Hex ED 2D 3D 0 51 4A 7 163 54 37
Octal 355 55 75 0 121 112 7 543 124 67
Binary 11101101 101101 111101 0 1010001 1001010 111 101100011 1010100 110111

Color Harmonies of #ED2D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED2D3D

Black with #ED2D3D

Text Example


Text Example

White with #ED2D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED2D3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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