Html Css Color HEX #EC113D Crimson

📋 copy color: '#EC113D'

red 236 ◦ green 17 ◦ blue 61

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

Shades of Crimson #EC113D

Tints of Crimson #EC113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.41%

 BLUE value IS 61 (24.22% from 255) = 19.43%

R = 75.16%
G = 5.41%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC113D (or 0xEC113D) is known color: Crimson. HEX triplet: EC, 11 and 3D. RGB value is (236,17,61). Sum of RGB (Red+Green+Blue) = 236+17+61=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 17 (7.03% from 255 or 5.41% from 314); Blue value is 61 (24.22% from 255 or 19.43% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC113D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC113D is #13EEC2. Grayscale: #575757. Windows color (decimal): -1306307 or 4002284. OLE color: 4002284.

HSL color Cylindrical-coordinate representation of color #EC113D: hue angle of 347.95º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EC113D is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 17 61 -
CMYK 0 0.93 0.74 0.07
HSL 347.95º 0.87% 0.5% -
HSV(B) 347.95º 0.93% 0.93% -
XYZ 35.63 18.57 6.12 -
YUV 87.5 113.05 233.92 -
System Red Green Blue C M Y K H S L
Decimal 236 17 61 0 0.93 0.74 0.07 347.95 0.87 0.5
Hex EC 11 3D 0 5D 4A 7 15C 57 32
Octal 354 21 75 0 135 112 7 534 127 62
Binary 11101100 10001 111101 0 1011101 1001010 111 101011100 1010111 110010

Color Harmonies of #EC113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC113D

Black with #EC113D

Text Example


Text Example

White with #EC113D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC113D; }

 p { color: rgb(236,17,61); }

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

background-color css

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

 a { background-color: rgb(236,17,61); }

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

border-color css

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

 span { border-color: rgb(236,17,61); }

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