Html Css Color HEX #EC1043 Crimson

📋 copy color: '#EC1043'

red 236 ◦ green 16 ◦ blue 67

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

Shades of Crimson #EC1043

Tints of Crimson #EC1043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21%

R = 73.98%
G = 5.02%
B = 21%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC1043 (or 0xEC1043) is known color: Crimson. HEX triplet: EC, 10 and 43. RGB value is (236,16,67). Sum of RGB (Red+Green+Blue) = 236+16+67=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 67 (26.56% from 255 or 21.00% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1043 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1043 is #13EFBC. Grayscale: #575757. Windows color (decimal): -1306557 or 4395244. OLE color: 4395244.

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

Color convert

RGB 236 16 67 -
CMYK 0 0.93 0.72 0.07
HSL 346.09º 0.87% 0.49% -
HSV(B) 346.09º 0.93% 0.93% -
XYZ 35.79 18.61 7.02 -
YUV 87.59 116.39 233.85 -
System Red Green Blue C M Y K H S L
Decimal 236 16 67 0 0.93 0.72 0.07 346.09 0.87 0.49
Hex EC 10 43 0 5D 48 7 15A 57 31
Octal 354 20 103 0 135 110 7 532 127 61
Binary 11101100 10000 1000011 0 1011101 1001000 111 101011010 1010111 110001

Color Harmonies of #EC1043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1043

Black with #EC1043

Text Example


Text Example

White with #EC1043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1043; }

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

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

background-color css

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

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

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

border-color css

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

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

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