Html Css Color HEX #EC183F Crimson

📋 copy color: '#EC183F'

red 236 ◦ green 24 ◦ blue 63

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

Shades of Crimson #EC183F

Tints of Crimson #EC183F

RGB

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

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

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

R = 73.07%
G = 7.43%
B = 19.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC183F (or 0xEC183F) is known color: Crimson. HEX triplet: EC, 18 and 3F. RGB value is (236,24,63). Sum of RGB (Red+Green+Blue) = 236+24+63=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 24 (9.77% from 255 or 7.43% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC183F is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC183F is #13E7C0. Grayscale: #5B5B5B. Windows color (decimal): -1304513 or 4135148. OLE color: 4135148.

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

Color convert

RGB 236 24 63 -
CMYK 0 0.90 0.73 0.07
HSL 348.96º 0.85% 0.51% -
HSV(B) 348.96º 0.9% 0.93% -
XYZ 35.82 18.85 6.45 -
YUV 91.83 111.74 230.83 -
System Red Green Blue C M Y K H S L
Decimal 236 24 63 0 0.90 0.73 0.07 348.96 0.85 0.51
Hex EC 18 3F 0 5A 49 7 15D 55 33
Octal 354 30 77 0 132 111 7 535 125 63
Binary 11101100 11000 111111 0 1011010 1001001 111 101011101 1010101 110011

Color Harmonies of #EC183F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC183F

Black with #EC183F

Text Example


Text Example

White with #EC183F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC183F; }

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

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

background-color css

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

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

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

border-color css

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

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

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