Html Css Color HEX #EC153F Crimson

📋 copy color: '#EC153F'

red 236 ◦ green 21 ◦ blue 63

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

Shades of Crimson #EC153F

Tints of Crimson #EC153F

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.56%

 BLUE value IS 63 (25% from 255) = 19.69%

R = 73.75%
G = 6.56%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC153F (or 0xEC153F) is known color: Crimson. HEX triplet: EC, 15 and 3F. RGB value is (236,21,63). Sum of RGB (Red+Green+Blue) = 236+21+63=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC153F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC153F is #13EAC0. Grayscale: #5A5A5A. Windows color (decimal): -1305281 or 4134380. OLE color: 4134380.

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

Color convert

RGB 236 21 63 -
CMYK 0 0.91 0.73 0.07
HSL 348.28º 0.85% 0.5% -
HSV(B) 348.28º 0.91% 0.93% -
XYZ 35.76 18.73 6.43 -
YUV 90.07 112.73 232.08 -
System Red Green Blue C M Y K H S L
Decimal 236 21 63 0 0.91 0.73 0.07 348.28 0.85 0.5
Hex EC 15 3F 0 5B 49 7 15C 55 32
Octal 354 25 77 0 133 111 7 534 125 62
Binary 11101100 10101 111111 0 1011011 1001001 111 101011100 1010101 110010

Color Harmonies of #EC153F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC153F

Black with #EC153F

Text Example


Text Example

White with #EC153F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC153F; }

 p { color: rgb(236,21,63); }

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

background-color css

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

 a { background-color: rgb(236,21,63); }

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

border-color css

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

 span { border-color: rgb(236,21,63); }

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