Html Css Color HEX #EC1436 Crimson

📋 copy color: '#EC1436'

red 236 ◦ green 20 ◦ blue 54

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

Shades of Crimson #EC1436

Tints of Crimson #EC1436

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.45%

 BLUE value IS 54 (21.48% from 255) = 17.42%

R = 76.13%
G = 6.45%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.77

 K value IS 0.07

RGB Variations

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

Color information

#EC1436 (or 0xEC1436) is known color: Crimson. HEX triplet: EC, 14 and 36. RGB value is (236,20,54). Sum of RGB (Red+Green+Blue) = 236+20+54=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 20 (8.20% from 255 or 6.45% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1436 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1436 is #13EBC9. Grayscale: #585858. Windows color (decimal): -1305546 or 3544300. OLE color: 3544300.

HSL color Cylindrical-coordinate representation of color #EC1436: hue angle of 350.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EC1436 is Cyan = 0, Magento = 0.92, Yellow = 0.77 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 20 54 -
CMYK 0 0.92 0.77 0.07
HSL 350.56º 0.85% 0.5% -
HSV(B) 350.56º 0.92% 0.93% -
XYZ 35.51 18.6 5.21 -
YUV 88.46 108.56 233.24 -
System Red Green Blue C M Y K H S L
Decimal 236 20 54 0 0.92 0.77 0.07 350.56 0.85 0.5
Hex EC 14 36 0 5C 4D 7 15F 55 32
Octal 354 24 66 0 134 115 7 537 125 62
Binary 11101100 10100 110110 0 1011100 1001101 111 101011111 1010101 110010

Color Harmonies of #EC1436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1436

Black with #EC1436

Text Example


Text Example

White with #EC1436

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1436; }

 p { color: rgb(236,20,54); }

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

background-color css

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

 a { background-color: rgb(236,20,54); }

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

border-color css

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

 span { border-color: rgb(236,20,54); }

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