Html Css Color HEX #EC0944 Crimson

📋 copy color: '#EC0944'

red 236 ◦ green 9 ◦ blue 68

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

Shades of Crimson #EC0944

Tints of Crimson #EC0944

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

 BLUE value IS 68 (26.95% from 255) = 21.73%

R = 75.4%
G = 2.88%
B = 21.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC0944 (or 0xEC0944) is known color: Crimson. HEX triplet: EC, 09 and 44. RGB value is (236,9,68). Sum of RGB (Red+Green+Blue) = 236+9+68=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 68 (26.95% from 255 or 21.73% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0944 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0944 is #13F6BB. Grayscale: #535353. Windows color (decimal): -1308348 or 4458988. OLE color: 4458988.

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

Color convert

RGB 236 9 68 -
CMYK 0 0.96 0.71 0.07
HSL 344.41º 0.93% 0.48% -
HSV(B) 344.41º 0.96% 0.93% -
XYZ 35.73 18.45 7.15 -
YUV 83.6 119.21 236.7 -
System Red Green Blue C M Y K H S L
Decimal 236 9 68 0 0.96 0.71 0.07 344.41 0.93 0.48
Hex EC 9 44 0 60 47 7 158 5D 30
Octal 354 11 104 0 140 107 7 530 135 60
Binary 11101100 1001 1000100 0 1100000 1000111 111 101011000 1011101 110000

Color Harmonies of #EC0944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0944

Black with #EC0944

Text Example


Text Example

White with #EC0944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0944; }

 p { color: rgb(236,9,68); }

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

background-color css

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

 a { background-color: rgb(236,9,68); }

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

border-color css

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

 span { border-color: rgb(236,9,68); }

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