Html Css Color HEX #EC043F Crimson

📋 copy color: '#EC043F'

red 236 ◦ green 4 ◦ blue 63

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

Shades of Crimson #EC043F

Tints of Crimson #EC043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.32%

 BLUE value IS 63 (25% from 255) = 20.79%

R = 77.89%
G = 1.32%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC043F (or 0xEC043F) is known color: Crimson. HEX triplet: EC, 04 and 3F. RGB value is (236,4,63). Sum of RGB (Red+Green+Blue) = 236+4+63=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 63 (25% from 255 or 20.79% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC043F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC043F is #13FBC0. Grayscale: #505050. Windows color (decimal): -1309633 or 4130028. OLE color: 4130028.

HSL color Cylindrical-coordinate representation of color #EC043F: hue angle of 344.74º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EC043F is Cyan = 0, Magento = 0.98, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 4 63 -
CMYK 0 0.98 0.73 0.07
HSL 344.74º 0.97% 0.47% -
HSV(B) 344.74º 0.98% 0.93% -
XYZ 35.53 18.28 6.36 -
YUV 80.09 118.36 239.2 -
System Red Green Blue C M Y K H S L
Decimal 236 4 63 0 0.98 0.73 0.07 344.74 0.97 0.47
Hex EC 4 3F 0 62 49 7 159 61 2F
Octal 354 4 77 0 142 111 7 531 141 57
Binary 11101100 100 111111 0 1100010 1001001 111 101011001 1100001 101111

Color Harmonies of #EC043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC043F

Black with #EC043F

Text Example


Text Example

White with #EC043F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC043F; }

 p { color: rgb(236,4,63); }

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

background-color css

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

 a { background-color: rgb(236,4,63); }

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

border-color css

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

 span { border-color: rgb(236,4,63); }

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