Html Css Color HEX #EC0141 Crimson

📋 copy color: '#EC0141'

red 236 ◦ green 1 ◦ blue 65

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

Shades of Crimson #EC0141

Tints of Crimson #EC0141

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

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

R = 78.15%
G = 0.33%
B = 21.52%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0141 (or 0xEC0141) is known color: Crimson. HEX triplet: EC, 01 and 41. RGB value is (236,1,65). Sum of RGB (Red+Green+Blue) = 236+1+65=302 (40% of max value = 765). Red value is 236 (92.58% from 255 or 78.15% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0141 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0141 is #13FEBE. Grayscale: #4E4E4E. Windows color (decimal): -1310399 or 4260332. OLE color: 4260332.

HSL color Cylindrical-coordinate representation of color #EC0141: hue angle of 343.66º degrees, saturation: 0.99, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #EC0141 is Cyan = 0, Magento = 1.00, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 1 65 -
CMYK 0 1.00 0.72 0.07
HSL 343.66º 0.99% 0.46% -
HSV(B) 343.66º 1% 0.93% -
XYZ 35.56 18.24 6.65 -
YUV 78.56 120.36 240.3 -
System Red Green Blue C M Y K H S L
Decimal 236 1 65 0 1.00 0.72 0.07 343.66 0.99 0.46
Hex EC 1 41 0 64 48 7 158 63 2E
Octal 354 1 101 0 144 110 7 530 143 56
Binary 11101100 1 1000001 0 1100100 1001000 111 101011000 1100011 101110

Color Harmonies of #EC0141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0141

Black with #EC0141

Text Example


Text Example

White with #EC0141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0141; }

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

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

background-color css

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

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

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

border-color css

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

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

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