Html Css Color HEX #EC163A Crimson

📋 copy color: '#EC163A'

red 236 ◦ green 22 ◦ blue 58

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

Shades of Crimson #EC163A

Tints of Crimson #EC163A

RGB

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

 GREEN value IS 22 (8.98% from 255) = 6.96%

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

R = 74.68%
G = 6.96%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC163A (or 0xEC163A) is known color: Crimson. HEX triplet: EC, 16 and 3A. RGB value is (236,22,58). Sum of RGB (Red+Green+Blue) = 236+22+58=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 58 (23.05% from 255 or 18.35% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC163A is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC163A is #13E9C5. Grayscale: #5A5A5A. Windows color (decimal): -1305030 or 3806956. OLE color: 3806956.

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

Color convert

RGB 236 22 58 -
CMYK 0 0.91 0.75 0.07
HSL 349.91º 0.85% 0.51% -
HSV(B) 349.91º 0.91% 0.93% -
XYZ 35.64 18.71 5.74 -
YUV 90.09 109.9 232.07 -
System Red Green Blue C M Y K H S L
Decimal 236 22 58 0 0.91 0.75 0.07 349.91 0.85 0.51
Hex EC 16 3A 0 5B 4B 7 15E 55 33
Octal 354 26 72 0 133 113 7 536 125 63
Binary 11101100 10110 111010 0 1011011 1001011 111 101011110 1010101 110011

Color Harmonies of #EC163A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC163A

Black with #EC163A

Text Example


Text Example

White with #EC163A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC163A; }

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

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

background-color css

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

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

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

border-color css

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

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

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