Html Css Color HEX #EC1344 Crimson

📋 copy color: '#EC1344'

red 236 ◦ green 19 ◦ blue 68

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

Shades of Crimson #EC1344

Tints of Crimson #EC1344

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.88%

 BLUE value IS 68 (26.95% from 255) = 21.05%

R = 73.07%
G = 5.88%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC1344 (or 0xEC1344) is known color: Crimson. HEX triplet: EC, 13 and 44. RGB value is (236,19,68). Sum of RGB (Red+Green+Blue) = 236+19+68=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 19 (7.81% from 255 or 5.88% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1344 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1344 is #13ECBB. Grayscale: #595959. Windows color (decimal): -1305788 or 4461548. OLE color: 4461548.

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

Color convert

RGB 236 19 68 -
CMYK 0 0.92 0.71 0.07
HSL 346.45º 0.85% 0.5% -
HSV(B) 346.45º 0.92% 0.93% -
XYZ 35.87 18.72 7.19 -
YUV 89.47 115.89 232.52 -
System Red Green Blue C M Y K H S L
Decimal 236 19 68 0 0.92 0.71 0.07 346.45 0.85 0.5
Hex EC 13 44 0 5C 47 7 15A 55 32
Octal 354 23 104 0 134 107 7 532 125 62
Binary 11101100 10011 1000100 0 1011100 1000111 111 101011010 1010101 110010

Color Harmonies of #EC1344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1344

Black with #EC1344

Text Example


Text Example

White with #EC1344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1344; }

 p { color: rgb(236,19,68); }

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

background-color css

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

 a { background-color: rgb(236,19,68); }

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

border-color css

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

 span { border-color: rgb(236,19,68); }

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