Html Css Color HEX #EC1E2F Alizarin

📋 copy color: '#EC1E2F'

red 236 ◦ green 30 ◦ blue 47

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

Shades of Alizarin #EC1E2F

Tints of Alizarin #EC1E2F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.58%

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

R = 75.4%
G = 9.58%
B = 15.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC1E2F (or 0xEC1E2F) is known color: Alizarin. HEX triplet: EC, 1E and 2F. RGB value is (236,30,47). Sum of RGB (Red+Green+Blue) = 236+30+47=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 30 (12.11% from 255 or 9.58% from 313); Blue value is 47 (18.75% from 255 or 15.02% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E2F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1E2F is #13E1D0. Grayscale: #5D5D5D. Windows color (decimal): -1302993 or 3088108. OLE color: 3088108.

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

Color convert

RGB 236 30 47 -
CMYK 0 0.87 0.80 0.07
HSL 355.05º 0.84% 0.52% -
HSV(B) 355.05º 0.87% 0.93% -
XYZ 35.57 18.97 4.48 -
YUV 93.53 101.75 229.62 -
System Red Green Blue C M Y K H S L
Decimal 236 30 47 0 0.87 0.80 0.07 355.05 0.84 0.52
Hex EC 1E 2F 0 57 50 7 163 54 34
Octal 354 36 57 0 127 120 7 543 124 64
Binary 11101100 11110 101111 0 1010111 1010000 111 101100011 1010100 110100

Color Harmonies of #EC1E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E2F

Black with #EC1E2F

Text Example


Text Example

White with #EC1E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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