Html Css Color HEX #EC1D2F Alizarin

📋 copy color: '#EC1D2F'

red 236 ◦ green 29 ◦ blue 47

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

Shades of Alizarin #EC1D2F

Tints of Alizarin #EC1D2F

RGB

 RED value IS 236 (92.58% from 255) = 75.64%

 GREEN value IS 29 (11.72% from 255) = 9.29%

 BLUE value IS 47 (18.75% from 255) = 15.06%

R = 75.64%
G = 9.29%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC1D2F (or 0xEC1D2F) is known color: Alizarin. HEX triplet: EC, 1D and 2F. RGB value is (236,29,47). Sum of RGB (Red+Green+Blue) = 236+29+47=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 47 (18.75% from 255 or 15.06% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1D2F is #13E2D0. Grayscale: #5D5D5D. Windows color (decimal): -1303249 or 3087852. OLE color: 3087852.

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

Color convert

RGB 236 29 47 -
CMYK 0 0.88 0.80 0.07
HSL 354.78º 0.84% 0.52% -
HSV(B) 354.78º 0.88% 0.93% -
XYZ 35.54 18.92 4.47 -
YUV 92.95 102.08 230.04 -
System Red Green Blue C M Y K H S L
Decimal 236 29 47 0 0.88 0.80 0.07 354.78 0.84 0.52
Hex EC 1D 2F 0 58 50 7 163 54 34
Octal 354 35 57 0 130 120 7 543 124 64
Binary 11101100 11101 101111 0 1011000 1010000 111 101100011 1010100 110100

Color Harmonies of #EC1D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1D2F

Black with #EC1D2F

Text Example


Text Example

White with #EC1D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1D2F; }

 p { color: rgb(236,29,47); }

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

background-color css

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

 a { background-color: rgb(236,29,47); }

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

border-color css

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

 span { border-color: rgb(236,29,47); }

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