Html Css Color HEX #EC272F Alizarin

📋 copy color: '#EC272F'

red 236 ◦ green 39 ◦ blue 47

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

Shades of Alizarin #EC272F

Tints of Alizarin #EC272F

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.11%

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

R = 73.29%
G = 12.11%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC272F (or 0xEC272F) is known color: Alizarin. HEX triplet: EC, 27 and 2F. RGB value is (236,39,47). Sum of RGB (Red+Green+Blue) = 236+39+47=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 39 (15.62% from 255 or 12.11% from 322); Blue value is 47 (18.75% from 255 or 14.60% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC272F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC272F is #13D8D0. Grayscale: #626262. Windows color (decimal): -1300689 or 3090412. OLE color: 3090412.

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

Color convert

RGB 236 39 47 -
CMYK 0 0.83 0.80 0.07
HSL 357.56º 0.84% 0.54% -
HSV(B) 357.56º 0.83% 0.93% -
XYZ 35.83 19.49 4.56 -
YUV 98.82 98.77 225.85 -
System Red Green Blue C M Y K H S L
Decimal 236 39 47 0 0.83 0.80 0.07 357.56 0.84 0.54
Hex EC 27 2F 0 53 50 7 166 54 36
Octal 354 47 57 0 123 120 7 546 124 66
Binary 11101100 100111 101111 0 1010011 1010000 111 101100110 1010100 110110

Color Harmonies of #EC272F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC272F

Black with #EC272F

Text Example


Text Example

White with #EC272F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC272F; }

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

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

background-color css

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

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

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

border-color css

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

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

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