Html Css Color HEX #EC1C41 Crimson

📋 copy color: '#EC1C41'

red 236 ◦ green 28 ◦ blue 65

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

Shades of Crimson #EC1C41

Tints of Crimson #EC1C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.51%

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

R = 71.73%
G = 8.51%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC1C41 (or 0xEC1C41) is known color: Crimson. HEX triplet: EC, 1C and 41. RGB value is (236,28,65). Sum of RGB (Red+Green+Blue) = 236+28+65=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 28 (11.33% from 255 or 8.51% from 329); Blue value is 65 (25.78% from 255 or 19.76% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1C41 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC1C41 is #13E3BE. Grayscale: #5E5E5E. Windows color (decimal): -1303487 or 4267244. OLE color: 4267244.

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

Color convert

RGB 236 28 65 -
CMYK 0 0.88 0.72 0.07
HSL 349.33º 0.85% 0.52% -
HSV(B) 349.33º 0.88% 0.93% -
XYZ 35.96 19.05 6.78 -
YUV 94.41 111.41 228.99 -
System Red Green Blue C M Y K H S L
Decimal 236 28 65 0 0.88 0.72 0.07 349.33 0.85 0.52
Hex EC 1C 41 0 58 48 7 15D 55 34
Octal 354 34 101 0 130 110 7 535 125 64
Binary 11101100 11100 1000001 0 1011000 1001000 111 101011101 1010101 110100

Color Harmonies of #EC1C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1C41

Black with #EC1C41

Text Example


Text Example

White with #EC1C41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1C41; }

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

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

background-color css

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

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

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

border-color css

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

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

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