Html Css Color HEX #EC1838 Crimson

📋 copy color: '#EC1838'

red 236 ◦ green 24 ◦ blue 56

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

Shades of Crimson #EC1838

Tints of Crimson #EC1838

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.59%

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

R = 74.68%
G = 7.59%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC1838 (or 0xEC1838) is known color: Crimson. HEX triplet: EC, 18 and 38. RGB value is (236,24,56). Sum of RGB (Red+Green+Blue) = 236+24+56=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 24 (9.77% from 255 or 7.59% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1838 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC1838 is #13E7C7. Grayscale: #5B5B5B. Windows color (decimal): -1304520 or 3676396. OLE color: 3676396.

HSL color Cylindrical-coordinate representation of color #EC1838: hue angle of 350.94º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EC1838 is Cyan = 0, Magento = 0.90, Yellow = 0.76 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 56 -
CMYK 0 0.90 0.76 0.07
HSL 350.94º 0.85% 0.51% -
HSV(B) 350.94º 0.9% 0.93% -
XYZ 35.63 18.77 5.49 -
YUV 91.04 108.24 231.4 -
System Red Green Blue C M Y K H S L
Decimal 236 24 56 0 0.90 0.76 0.07 350.94 0.85 0.51
Hex EC 18 38 0 5A 4C 7 15F 55 33
Octal 354 30 70 0 132 114 7 537 125 63
Binary 11101100 11000 111000 0 1011010 1001100 111 101011111 1010101 110011

Color Harmonies of #EC1838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1838

Black with #EC1838

Text Example


Text Example

White with #EC1838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1838; }

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

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

background-color css

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

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

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

border-color css

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

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

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