Html Css Color HEX #EC1238 Crimson

📋 copy color: '#EC1238'

red 236 ◦ green 18 ◦ blue 56

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

Shades of Crimson #EC1238

Tints of Crimson #EC1238

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.81%

 BLUE value IS 56 (22.27% from 255) = 18.06%

R = 76.13%
G = 5.81%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC1238 (or 0xEC1238) is known color: Crimson. HEX triplet: EC, 12 and 38. RGB value is (236,18,56). Sum of RGB (Red+Green+Blue) = 236+18+56=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 56 (22.27% from 255 or 18.06% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1238 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1238 is #13EDC7. Grayscale: #575757. Windows color (decimal): -1306056 or 3674860. OLE color: 3674860.

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

Color convert

RGB 236 18 56 -
CMYK 0 0.92 0.76 0.07
HSL 349.54º 0.86% 0.5% -
HSV(B) 349.54º 0.92% 0.93% -
XYZ 35.52 18.55 5.45 -
YUV 87.51 110.22 233.91 -
System Red Green Blue C M Y K H S L
Decimal 236 18 56 0 0.92 0.76 0.07 349.54 0.86 0.5
Hex EC 12 38 0 5C 4C 7 15E 56 32
Octal 354 22 70 0 134 114 7 536 126 62
Binary 11101100 10010 111000 0 1011100 1001100 111 101011110 1010110 110010

Color Harmonies of #EC1238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1238

Black with #EC1238

Text Example


Text Example

White with #EC1238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1238; }

 p { color: rgb(236,18,56); }

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

background-color css

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

 a { background-color: rgb(236,18,56); }

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

border-color css

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

 span { border-color: rgb(236,18,56); }

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