Html Css Color HEX #EC0641 Crimson

📋 copy color: '#EC0641'

red 236 ◦ green 6 ◦ blue 65

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

Shades of Crimson #EC0641

Tints of Crimson #EC0641

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.95%

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

R = 76.87%
G = 1.95%
B = 21.17%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC0641 (or 0xEC0641) is known color: Crimson. HEX triplet: EC, 06 and 41. RGB value is (236,6,65). Sum of RGB (Red+Green+Blue) = 236+6+65=307 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.87% from 307); Green value is 6 (2.73% from 255 or 1.95% from 307); Blue value is 65 (25.78% from 255 or 21.17% from 307); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0641 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0641 is #13F9BE. Grayscale: #515151. Windows color (decimal): -1309119 or 4261612. OLE color: 4261612.

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

Color convert

RGB 236 6 65 -
CMYK 0 0.97 0.72 0.07
HSL 344.61º 0.95% 0.47% -
HSV(B) 344.61º 0.97% 0.93% -
XYZ 35.61 18.34 6.66 -
YUV 81.5 118.7 238.2 -
System Red Green Blue C M Y K H S L
Decimal 236 6 65 0 0.97 0.72 0.07 344.61 0.95 0.47
Hex EC 6 41 0 61 48 7 159 5F 2F
Octal 354 6 101 0 141 110 7 531 137 57
Binary 11101100 110 1000001 0 1100001 1001000 111 101011001 1011111 101111

Color Harmonies of #EC0641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0641

Black with #EC0641

Text Example


Text Example

White with #EC0641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0641; }

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

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

background-color css

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

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

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

border-color css

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

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

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