Html Css Color HEX #EC153E Crimson

📋 copy color: '#EC153E'

red 236 ◦ green 21 ◦ blue 62

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

Shades of Crimson #EC153E

Tints of Crimson #EC153E

RGB

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

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

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

R = 73.98%
G = 6.58%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC153E (or 0xEC153E) is known color: Crimson. HEX triplet: EC, 15 and 3E. RGB value is (236,21,62). Sum of RGB (Red+Green+Blue) = 236+21+62=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC153E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC153E is #13EAC1. Grayscale: #5A5A5A. Windows color (decimal): -1305282 or 4068844. OLE color: 4068844.

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

Color convert

RGB 236 21 62 -
CMYK 0 0.91 0.74 0.07
HSL 348.56º 0.85% 0.5% -
HSV(B) 348.56º 0.91% 0.93% -
XYZ 35.73 18.72 6.29 -
YUV 89.96 112.23 232.17 -
System Red Green Blue C M Y K H S L
Decimal 236 21 62 0 0.91 0.74 0.07 348.56 0.85 0.5
Hex EC 15 3E 0 5B 4A 7 15D 55 32
Octal 354 25 76 0 133 112 7 535 125 62
Binary 11101100 10101 111110 0 1011011 1001010 111 101011101 1010101 110010

Color Harmonies of #EC153E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC153E

Black with #EC153E

Text Example


Text Example

White with #EC153E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC153E; }

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

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

background-color css

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

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

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

border-color css

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

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

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