Html Css Color HEX #EC134A Crimson

📋 copy color: '#EC134A'

red 236 ◦ green 19 ◦ blue 74

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

Shades of Crimson #EC134A

Tints of Crimson #EC134A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.78%

 BLUE value IS 74 (29.3% from 255) = 22.49%

R = 71.73%
G = 5.78%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.69

 K value IS 0.07

RGB Variations

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

Color information

#EC134A (or 0xEC134A) is known color: Crimson. HEX triplet: EC, 13 and 4A. RGB value is (236,19,74). Sum of RGB (Red+Green+Blue) = 236+19+74=329 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.73% from 329); Green value is 19 (7.81% from 255 or 5.78% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 236 - color contains mainly: red. Hex color #EC134A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC134A is #13ECB5. Grayscale: #5A5A5A. Windows color (decimal): -1305782 or 4854764. OLE color: 4854764.

HSL color Cylindrical-coordinate representation of color #EC134A: hue angle of 344.79º 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 #EC134A is Cyan = 0, Magento = 0.92, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 19 74 -
CMYK 0 0.92 0.69 0.07
HSL 344.79º 0.85% 0.5% -
HSV(B) 344.79º 0.92% 0.93% -
XYZ 36.06 18.79 8.21 -
YUV 90.15 118.89 232.03 -
System Red Green Blue C M Y K H S L
Decimal 236 19 74 0 0.92 0.69 0.07 344.79 0.85 0.5
Hex EC 13 4A 0 5C 45 7 159 55 32
Octal 354 23 112 0 134 105 7 531 125 62
Binary 11101100 10011 1001010 0 1011100 1000101 111 101011001 1010101 110010

Color Harmonies of #EC134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC134A

Black with #EC134A

Text Example


Text Example

White with #EC134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC134A; }

 p { color: rgb(236,19,74); }

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

background-color css

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

 a { background-color: rgb(236,19,74); }

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

border-color css

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

 span { border-color: rgb(236,19,74); }

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