Html Css Color HEX #EC103B Crimson

📋 copy color: '#EC103B'

red 236 ◦ green 16 ◦ blue 59

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

Shades of Crimson #EC103B

Tints of Crimson #EC103B

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.14%

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 75.88%
G = 5.14%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC103B (or 0xEC103B) is known color: Crimson. HEX triplet: EC, 10 and 3B. RGB value is (236,16,59). Sum of RGB (Red+Green+Blue) = 236+16+59=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC103B is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC103B is #13EFC4. Grayscale: #565656. Windows color (decimal): -1306565 or 3870956. OLE color: 3870956.

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

Color convert

RGB 236 16 59 -
CMYK 0 0.93 0.75 0.07
HSL 348.27º 0.87% 0.49% -
HSV(B) 348.27º 0.93% 0.93% -
XYZ 35.57 18.52 5.84 -
YUV 86.68 112.39 234.5 -
System Red Green Blue C M Y K H S L
Decimal 236 16 59 0 0.93 0.75 0.07 348.27 0.87 0.49
Hex EC 10 3B 0 5D 4B 7 15C 57 31
Octal 354 20 73 0 135 113 7 534 127 61
Binary 11101100 10000 111011 0 1011101 1001011 111 101011100 1010111 110001

Color Harmonies of #EC103B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC103B

Black with #EC103B

Text Example


Text Example

White with #EC103B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC103B; }

 p { color: rgb(236,16,59); }

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

background-color css

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

 a { background-color: rgb(236,16,59); }

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

border-color css

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

 span { border-color: rgb(236,16,59); }

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