Html Css Color HEX #EC1538 Crimson

📋 copy color: '#EC1538'

red 236 ◦ green 21 ◦ blue 56

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

Shades of Crimson #EC1538

Tints of Crimson #EC1538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 17.89%

R = 75.4%
G = 6.71%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC1538 (or 0xEC1538) is known color: Crimson. HEX triplet: EC, 15 and 38. RGB value is (236,21,56). Sum of RGB (Red+Green+Blue) = 236+21+56=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 21 (8.59% from 255 or 6.71% from 313); Blue value is 56 (22.27% from 255 or 17.89% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1538 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1538 is #13EAC7. Grayscale: #595959. Windows color (decimal): -1305288 or 3675628. OLE color: 3675628.

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

Color convert

RGB 236 21 56 -
CMYK 0 0.91 0.76 0.07
HSL 350.23º 0.85% 0.5% -
HSV(B) 350.23º 0.91% 0.93% -
XYZ 35.57 18.65 5.47 -
YUV 89.28 109.23 232.65 -
System Red Green Blue C M Y K H S L
Decimal 236 21 56 0 0.91 0.76 0.07 350.23 0.85 0.5
Hex EC 15 38 0 5B 4C 7 15E 55 32
Octal 354 25 70 0 133 114 7 536 125 62
Binary 11101100 10101 111000 0 1011011 1001100 111 101011110 1010101 110010

Color Harmonies of #EC1538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1538

Black with #EC1538

Text Example


Text Example

White with #EC1538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1538; }

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

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

background-color css

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

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

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

border-color css

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

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

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