Html Css Color HEX #EC0546 Crimson

📋 copy color: '#EC0546'

red 236 ◦ green 5 ◦ blue 70

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

Shades of Crimson #EC0546

Tints of Crimson #EC0546

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.61%

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

R = 75.88%
G = 1.61%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.07

RGB Variations

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

Color information

#EC0546 (or 0xEC0546) is known color: Crimson. HEX triplet: EC, 05 and 46. RGB value is (236,5,70). Sum of RGB (Red+Green+Blue) = 236+5+70=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC0546 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EC0546 is #13FAB9. Grayscale: #515151. Windows color (decimal): -1309370 or 4589036. OLE color: 4589036.

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

Color convert

RGB 236 5 70 -
CMYK 0 0.98 0.70 0.07
HSL 343.12º 0.96% 0.47% -
HSV(B) 343.12º 0.98% 0.93% -
XYZ 35.75 18.38 7.46 -
YUV 81.48 121.53 238.21 -
System Red Green Blue C M Y K H S L
Decimal 236 5 70 0 0.98 0.70 0.07 343.12 0.96 0.47
Hex EC 5 46 0 62 46 7 157 60 2F
Octal 354 5 106 0 142 106 7 527 140 57
Binary 11101100 101 1000110 0 1100010 1000110 111 101010111 1100000 101111

Color Harmonies of #EC0546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC0546

Black with #EC0546

Text Example


Text Example

White with #EC0546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC0546; }

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

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

background-color css

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

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

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

border-color css

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

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

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