Html Css Color HEX #EC1048 Crimson

📋 copy color: '#EC1048'

red 236 ◦ green 16 ◦ blue 72

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

Shades of Crimson #EC1048

Tints of Crimson #EC1048

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.94%

 BLUE value IS 72 (28.52% from 255) = 22.22%

R = 72.84%
G = 4.94%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC1048 (or 0xEC1048) is known color: Crimson. HEX triplet: EC, 10 and 48. RGB value is (236,16,72). Sum of RGB (Red+Green+Blue) = 236+16+72=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 16 (6.64% from 255 or 4.94% from 324); Blue value is 72 (28.52% from 255 or 22.22% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1048 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1048 is #13EFB7. Grayscale: #585858. Windows color (decimal): -1306552 or 4722924. OLE color: 4722924.

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

Color convert

RGB 236 16 72 -
CMYK 0 0.93 0.69 0.07
HSL 344.73º 0.87% 0.49% -
HSV(B) 344.73º 0.93% 0.93% -
XYZ 35.95 18.67 7.84 -
YUV 88.16 118.89 233.45 -
System Red Green Blue C M Y K H S L
Decimal 236 16 72 0 0.93 0.69 0.07 344.73 0.87 0.49
Hex EC 10 48 0 5D 45 7 159 57 31
Octal 354 20 110 0 135 105 7 531 127 61
Binary 11101100 10000 1001000 0 1011101 1000101 111 101011001 1010111 110001

Color Harmonies of #EC1048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1048

Black with #EC1048

Text Example


Text Example

White with #EC1048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1048; }

 p { color: rgb(236,16,72); }

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

background-color css

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

 a { background-color: rgb(236,16,72); }

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

border-color css

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

 span { border-color: rgb(236,16,72); }

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