Html Css Color HEX #EC143E Crimson

📋 copy color: '#EC143E'

red 236 ◦ green 20 ◦ blue 62

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

Shades of Crimson #EC143E

Tints of Crimson #EC143E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.29%

 BLUE value IS 62 (24.61% from 255) = 19.5%

R = 74.21%
G = 6.29%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC143E (or 0xEC143E) is known color: Crimson. HEX triplet: EC, 14 and 3E. RGB value is (236,20,62). Sum of RGB (Red+Green+Blue) = 236+20+62=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 20 (8.20% from 255 or 6.29% from 318); Blue value is 62 (24.61% from 255 or 19.50% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC143E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC143E is #13EBC1. Grayscale: #595959. Windows color (decimal): -1305538 or 4068588. OLE color: 4068588.

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

Color convert

RGB 236 20 62 -
CMYK 0 0.92 0.74 0.07
HSL 348.33º 0.85% 0.5% -
HSV(B) 348.33º 0.92% 0.93% -
XYZ 35.71 18.68 6.28 -
YUV 89.37 112.56 232.58 -
System Red Green Blue C M Y K H S L
Decimal 236 20 62 0 0.92 0.74 0.07 348.33 0.85 0.5
Hex EC 14 3E 0 5C 4A 7 15C 55 32
Octal 354 24 76 0 134 112 7 534 125 62
Binary 11101100 10100 111110 0 1011100 1001010 111 101011100 1010101 110010

Color Harmonies of #EC143E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC143E

Black with #EC143E

Text Example


Text Example

White with #EC143E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC143E; }

 p { color: rgb(236,20,62); }

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

background-color css

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

 a { background-color: rgb(236,20,62); }

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

border-color css

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

 span { border-color: rgb(236,20,62); }

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