Html Css Color HEX #EC2D2F Alizarin

📋 copy color: '#EC2D2F'

red 236 ◦ green 45 ◦ blue 47

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

Shades of Alizarin #EC2D2F

Tints of Alizarin #EC2D2F

RGB

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

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

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

R = 71.95%
G = 13.72%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC2D2F (or 0xEC2D2F) is known color: Alizarin. HEX triplet: EC, 2D and 2F. RGB value is (236,45,47). Sum of RGB (Red+Green+Blue) = 236+45+47=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 45 (17.97% from 255 or 13.72% from 328); Blue value is 47 (18.75% from 255 or 14.33% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2D2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC2D2F is #13D2D0. Grayscale: #666666. Windows color (decimal): -1299153 or 3091948. OLE color: 3091948.

HSL color Cylindrical-coordinate representation of color #EC2D2F: hue angle of 359.37º degrees, saturation: 0.83, 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 #EC2D2F is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 45 47 -
CMYK 0 0.81 0.80 0.07
HSL 359.37º 0.83% 0.55% -
HSV(B) 359.37º 0.81% 0.93% -
XYZ 36.04 19.91 4.63 -
YUV 102.34 96.78 223.34 -
System Red Green Blue C M Y K H S L
Decimal 236 45 47 0 0.81 0.80 0.07 359.37 0.83 0.55
Hex EC 2D 2F 0 51 50 7 167 53 37
Octal 354 55 57 0 121 120 7 547 123 67
Binary 11101100 101101 101111 0 1010001 1010000 111 101100111 1010011 110111

Color Harmonies of #EC2D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2D2F

Black with #EC2D2F

Text Example


Text Example

White with #EC2D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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