Html Css Color HEX #EC0846 Crimson

📋 copy color: '#EC0846'

red 236 ◦ green 8 ◦ blue 70

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

Shades of Crimson #EC0846

Tints of Crimson #EC0846

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.55%

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 75.16%
G = 2.55%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC0846 (or 0xEC0846) is known color: Crimson. HEX triplet: EC, 08 and 46. RGB value is (236,8,70). Sum of RGB (Red+Green+Blue) = 236+8+70=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 8 (3.52% from 255 or 2.55% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0846 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0846 is #13F7B9. Grayscale: #535353. Windows color (decimal): -1308602 or 4589804. OLE color: 4589804.

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

Color convert

RGB 236 8 70 -
CMYK 0 0.97 0.70 0.07
HSL 343.68º 0.93% 0.48% -
HSV(B) 343.68º 0.97% 0.93% -
XYZ 35.78 18.45 7.47 -
YUV 83.24 120.54 236.96 -
System Red Green Blue C M Y K H S L
Decimal 236 8 70 0 0.97 0.70 0.07 343.68 0.93 0.48
Hex EC 8 46 0 61 46 7 158 5D 30
Octal 354 10 106 0 141 106 7 530 135 60
Binary 11101100 1000 1000110 0 1100001 1000110 111 101011000 1011101 110000

Color Harmonies of #EC0846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0846

Black with #EC0846

Text Example


Text Example

White with #EC0846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0846; }

 p { color: rgb(236,8,70); }

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

background-color css

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

 a { background-color: rgb(236,8,70); }

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

border-color css

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

 span { border-color: rgb(236,8,70); }

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