Html Css Color HEX #EC273D Alizarin

📋 copy color: '#EC273D'

red 236 ◦ green 39 ◦ blue 61

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

Shades of Alizarin #EC273D

Tints of Alizarin #EC273D

RGB

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

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

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

R = 70.24%
G = 11.61%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC273D (or 0xEC273D) is known color: Alizarin. HEX triplet: EC, 27 and 3D. RGB value is (236,39,61). Sum of RGB (Red+Green+Blue) = 236+39+61=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 39 (15.62% from 255 or 11.61% from 336); Blue value is 61 (24.22% from 255 or 18.15% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC273D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC273D is #13D8C2. Grayscale: #646464. Windows color (decimal): -1300675 or 4007916. OLE color: 4007916.

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

Color convert

RGB 236 39 61 -
CMYK 0 0.83 0.74 0.07
HSL 353.3º 0.84% 0.54% -
HSV(B) 353.3º 0.83% 0.93% -
XYZ 36.16 19.62 6.3 -
YUV 100.41 105.77 224.71 -
System Red Green Blue C M Y K H S L
Decimal 236 39 61 0 0.83 0.74 0.07 353.3 0.84 0.54
Hex EC 27 3D 0 53 4A 7 161 54 36
Octal 354 47 75 0 123 112 7 541 124 66
Binary 11101100 100111 111101 0 1010011 1001010 111 101100001 1010100 110110

Color Harmonies of #EC273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC273D

Black with #EC273D

Text Example


Text Example

White with #EC273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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