Html Css Color HEX #EC0941 Crimson

📋 copy color: '#EC0941'

red 236 ◦ green 9 ◦ blue 65

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

Shades of Crimson #EC0941

Tints of Crimson #EC0941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.97%

R = 76.13%
G = 2.9%
B = 20.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0941 (or 0xEC0941) is known color: Crimson. HEX triplet: EC, 09 and 41. RGB value is (236,9,65). Sum of RGB (Red+Green+Blue) = 236+9+65=310 (41% of max value = 765). Red value is 236 (92.58% from 255 or 76.13% from 310); Green value is 9 (3.91% from 255 or 2.90% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0941 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0941 is #13F6BE. Grayscale: #535353. Windows color (decimal): -1308351 or 4262380. OLE color: 4262380.

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

Color convert

RGB 236 9 65 -
CMYK 0 0.96 0.72 0.07
HSL 345.2º 0.93% 0.48% -
HSV(B) 345.2º 0.96% 0.93% -
XYZ 35.64 18.41 6.68 -
YUV 83.26 117.71 236.95 -
System Red Green Blue C M Y K H S L
Decimal 236 9 65 0 0.96 0.72 0.07 345.2 0.93 0.48
Hex EC 9 41 0 60 48 7 159 5D 30
Octal 354 11 101 0 140 110 7 531 135 60
Binary 11101100 1001 1000001 0 1100000 1001000 111 101011001 1011101 110000

Color Harmonies of #EC0941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0941

Black with #EC0941

Text Example


Text Example

White with #EC0941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0941; }

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

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

background-color css

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

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

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

border-color css

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

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

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