Html Css Color HEX #EC183A Crimson

📋 copy color: '#EC183A'

red 236 ◦ green 24 ◦ blue 58

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

Shades of Crimson #EC183A

Tints of Crimson #EC183A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.24%

R = 74.21%
G = 7.55%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC183A (or 0xEC183A) is known color: Crimson. HEX triplet: EC, 18 and 3A. RGB value is (236,24,58). Sum of RGB (Red+Green+Blue) = 236+24+58=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 24 (9.77% from 255 or 7.55% from 318); Blue value is 58 (23.05% from 255 or 18.24% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC183A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC183A is #13E7C5. Grayscale: #5B5B5B. Windows color (decimal): -1304518 or 3807468. OLE color: 3807468.

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

Color convert

RGB 236 24 58 -
CMYK 0 0.90 0.75 0.07
HSL 350.38º 0.85% 0.51% -
HSV(B) 350.38º 0.9% 0.93% -
XYZ 35.68 18.79 5.75 -
YUV 91.26 109.24 231.24 -
System Red Green Blue C M Y K H S L
Decimal 236 24 58 0 0.90 0.75 0.07 350.38 0.85 0.51
Hex EC 18 3A 0 5A 4B 7 15E 55 33
Octal 354 30 72 0 132 113 7 536 125 63
Binary 11101100 11000 111010 0 1011010 1001011 111 101011110 1010101 110011

Color Harmonies of #EC183A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC183A

Black with #EC183A

Text Example


Text Example

White with #EC183A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC183A; }

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

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

background-color css

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

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

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

border-color css

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

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

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