Html Css Color HEX #EC1046 Crimson

📋 copy color: '#EC1046'

red 236 ◦ green 16 ◦ blue 70

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

Shades of Crimson #EC1046

Tints of Crimson #EC1046

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.74%

R = 73.29%
G = 4.97%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC1046 (or 0xEC1046) is known color: Crimson. HEX triplet: EC, 10 and 46. RGB value is (236,16,70). Sum of RGB (Red+Green+Blue) = 236+16+70=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 16 (6.64% from 255 or 4.97% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1046 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1046 is #13EFB9. Grayscale: #575757. Windows color (decimal): -1306554 or 4591852. OLE color: 4591852.

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

Color convert

RGB 236 16 70 -
CMYK 0 0.93 0.70 0.07
HSL 345.27º 0.87% 0.49% -
HSV(B) 345.27º 0.93% 0.93% -
XYZ 35.88 18.65 7.5 -
YUV 87.94 117.89 233.61 -
System Red Green Blue C M Y K H S L
Decimal 236 16 70 0 0.93 0.70 0.07 345.27 0.87 0.49
Hex EC 10 46 0 5D 46 7 159 57 31
Octal 354 20 106 0 135 106 7 531 127 61
Binary 11101100 10000 1000110 0 1011101 1000110 111 101011001 1010111 110001

Color Harmonies of #EC1046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1046

Black with #EC1046

Text Example


Text Example

White with #EC1046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1046; }

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

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

background-color css

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

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

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

border-color css

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

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

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