Html Css Color HEX #EC0945 Crimson

📋 copy color: '#EC0945'

red 236 ◦ green 9 ◦ blue 69

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

Shades of Crimson #EC0945

Tints of Crimson #EC0945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 21.97%

R = 75.16%
G = 2.87%
B = 21.97%

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

#EC0945 (or 0xEC0945) is known color: Crimson. HEX triplet: EC, 09 and 45. RGB value is (236,9,69). Sum of RGB (Red+Green+Blue) = 236+9+69=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 9 (3.91% from 255 or 2.87% from 314); Blue value is 69 (27.34% from 255 or 21.97% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0945 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0945 is #13F6BA. Grayscale: #535353. Windows color (decimal): -1308347 or 4524524. OLE color: 4524524.

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

Color convert

RGB 236 9 69 -
CMYK 0 0.96 0.71 0.07
HSL 344.14º 0.93% 0.48% -
HSV(B) 344.14º 0.96% 0.93% -
XYZ 35.76 18.46 7.31 -
YUV 83.71 119.71 236.62 -
System Red Green Blue C M Y K H S L
Decimal 236 9 69 0 0.96 0.71 0.07 344.14 0.93 0.48
Hex EC 9 45 0 60 47 7 158 5D 30
Octal 354 11 105 0 140 107 7 530 135 60
Binary 11101100 1001 1000101 0 1100000 1000111 111 101011000 1011101 110000

Color Harmonies of #EC0945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0945

Black with #EC0945

Text Example


Text Example

White with #EC0945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0945; }

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

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

background-color css

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

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

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

border-color css

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

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

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