Html Css Color HEX #EC0241 Crimson

📋 copy color: '#EC0241'

red 236 ◦ green 2 ◦ blue 65

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

Shades of Crimson #EC0241

Tints of Crimson #EC0241

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 77.89%
G = 0.66%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0241 (or 0xEC0241) is known color: Crimson. HEX triplet: EC, 02 and 41. RGB value is (236,2,65). Sum of RGB (Red+Green+Blue) = 236+2+65=303 (40% of max value = 765). Red value is 236 (92.58% from 255 or 77.89% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 65 (25.78% from 255 or 21.45% from 303); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0241 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0241 is #13FDBE. Grayscale: #4F4F4F. Windows color (decimal): -1310143 or 4260588. OLE color: 4260588.

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

Color convert

RGB 236 2 65 -
CMYK 0 0.99 0.72 0.07
HSL 343.85º 0.98% 0.47% -
HSV(B) 343.85º 0.99% 0.93% -
XYZ 35.57 18.26 6.65 -
YUV 79.15 120.02 239.88 -
System Red Green Blue C M Y K H S L
Decimal 236 2 65 0 0.99 0.72 0.07 343.85 0.98 0.47
Hex EC 2 41 0 63 48 7 158 62 2F
Octal 354 2 101 0 143 110 7 530 142 57
Binary 11101100 10 1000001 0 1100011 1001000 111 101011000 1100010 101111

Color Harmonies of #EC0241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0241

Black with #EC0241

Text Example


Text Example

White with #EC0241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0241; }

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

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

background-color css

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

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

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

border-color css

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

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

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